Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
Qu'est-ce que Gmail Contacts ?
Gmail Contacts est une extension Chrome développée par http://zvizvi.xyz, et sa fonction principale est "Adds a Google Contacts shortcut to the new Gmail interface".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Contacts
Téléchargez les fichiers d'extension Gmail Contacts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds a Google Contacts shortcut to the new Gmail interface
Informations de Base sur l'Extension
Nom | |
ID | jgakkffecofibnpbdkkphaminipefbjj |
URL Officiel | https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj |
Description | Adds a Google Contacts shortcut to the new Gmail interface |
Taille du Fichier | 94.91 KB |
Nombre d'Installations | 3,454 |
Version Actuelle | 2.0.5 |
Dernière Mise à Jour | 2019-05-27 |
Date de Publication | 2019-05-27 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://zvizvi.xyz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zvizvi.xyz/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Contacts", "version": "2.0.5", "author": "[email protected]", "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon16.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": false, "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/drive.google.com\/*", "https:\/\/docs.google.com\/*", "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "js\/jquery-1.11.3.min.js", "js\/main.js" ] } ], "icons": { "128": "img\/icon128.png", "96": "img\/icon96.png", "72": "img\/icon72.png", "64": "img\/icon64.png", "48": "img\/icon48.png", "24": "img\/icon24.png", "16": "img\/icon16.png" }, "manifest_version": 2 } |