Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Also support the old UI version of Google Contacts #3

Open
adrienjoly opened this issue Oct 15, 2018 · 0 comments
Open

Also support the old UI version of Google Contacts #3

adrienjoly opened this issue Oct 15, 2018 · 0 comments

Comments

@adrienjoly
Copy link
Owner

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:

image

Whereas the old UI version looks like that:

image

(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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant