-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking another approach #10
Comments
Hello Jérôme ! ^^ Your approach is interesting. Once you extracted the email-id, how do you build the "valid inbox search url"? E.g. the Does this code work as expected? If so I'd love to see a short screencast that shows it in action, and way to install this extension without having to create it myself from your code snippet ^^ |
see https://github.com/jrmgx/chrome-inbox-permalinks for a working version |
I just tried it. Unfortunately the URL that was generated from one of my emails (the one I mentioned on a previous comment above) does not work: |
It gives me:
a little bit different from the one you have, note the I confirm it works with a like like this one, |
Maybe it's because I use several google/gmail accounts. (hence the `/u/1`
suffix, as explained in another closed issue of this repo)
Le mar. 17 juil. 2018 à 22:53, Jérôme Gangneux <[email protected]> a
écrit :
It gives me:
https://inbox.google.com/search/rfc822msgid%3A<5b4cb04db515d_42ab24a1853181235c4%40fb84a5df-efc0-4488-bc94-828ee2552c83.mail>
a little bit different from the one you have, note the /u/0 part and also
< and > not escaped on my side... weird
totally working here
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAgdRW8MfZ3vZVwo1PTqtaMA0LmO0UeEks5uHk7IgaJpZM4VP9nq>
.
--
Adrien Joly
https://adrienjoly.com/now
|
That's funny I have the same problem as you – need a link for a given email – and I found you on stackoverflow then, your chrome extension here.
Anyway I wanted to improve a little bit this extension and while doing it I found another working approach, let me explain:
Advantages:
Inconvenients:
Evolution:
I join the code here as a fork does not have sense (code 100% new)
manifest need a new permission:
clipboardWrite
The text was updated successfully, but these errors were encountered: