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 display the contact page if you have activated Google Contacts' new UI version. (which you can probably not upgrade to, if you're using a Google Enterprise account)
The new UI version looks like that:
Whereas the old UI version looks like that:
(Notice the different hostname)
This extension currently opens https://contacts.google.com/search/<email>, whereas the following search URL pattern should be used with the old UI version: https://www.google.com/contacts/#contacts/search/<email>.
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:
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 display the contact page if you have activated Google Contacts' new UI version. (which you can probably not upgrade to, if you're using a Google Enterprise account)
The new UI version looks like that:
Whereas the old UI version looks like that:
(Notice the different hostname)
This extension currently opens
https://contacts.google.com/search/<email>
, whereas the following search URL pattern should be used with the old UI version:https://www.google.com/contacts/#contacts/search/<email>
.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: