You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
Product pitch:After adding the Contacts for Google Inbox extension to Google Chrome, your contacts will become clickable and lead you to their contact page on contact.google.com.
Problem
As of today, this extension will only search the contact page from your first signed-in Google account, even if you're using more one simultaneously.
I.e. When being signed-in to more than 1 google account at a time, Google URLs are suffixed by /u/x where x is the number of the account, starting at 0.
contact [email protected] from https://inbox.google.com/u/1 should be searched in https://contacts.google.com/u/1/search/[email protected]...
How to fix
After forking and cloning this repository, you can change the code in content.js and try it in your browser by loading its directory in the chrome://extensions page in developer mode.
If you manage to solve the issue, please submit a PR so that we can consider to merge it into the original version of the extension.
Thank you for considering to improve Contacts for Google Inbox!
The text was updated successfully, but these errors were encountered:
adrienjoly
changed the title
Support multiple Google account
Support multiple Google accounts
Oct 15, 2018
Product pitch: After adding the Contacts for Google Inbox extension to Google Chrome, your contacts will become clickable and lead you to their contact page on contact.google.com.
Problem
As of today, this extension will only search the contact page from your first signed-in Google account, even if you're using more one simultaneously.
I.e. When being signed-in to more than 1 google account at a time, Google URLs are suffixed by
/u/x
wherex
is the number of the account, starting at 0.For example:
[email protected]
fromhttps://inbox.google.com/u/0
should be searched inhttps://contacts.google.com/u/0/search/[email protected]
instead ofhttps://contacts.google.com/search/[email protected]
[email protected]
fromhttps://inbox.google.com/u/1
should be searched inhttps://contacts.google.com/u/1/search/[email protected]
...How to fix
After forking and cloning this repository, you can change the code in
content.js
and try it in your browser by loading its directory in thechrome://extensions
page in developer mode.If you manage to solve the issue, please submit a PR so that we can consider to merge it into the original version of the extension.
Thank you for considering to improve Contacts for Google Inbox!
The text was updated successfully, but these errors were encountered: