Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
Cos'è Gmail Contacts?
Gmail Contacts è un'estensione di Chrome sviluppata da http://zvizvi.xyz, e la sua funzione principale è "Adds a Google Contacts shortcut to the new Gmail interface".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail Contacts
Scarica i file di estensione Gmail Contacts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a Google Contacts shortcut to the new Gmail interface Informazioni di Base sull'Estensione
| Nome | |
| ID | jgakkffecofibnpbdkkphaminipefbjj |
| URL Ufficiale | https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj |
| Descrizione | Adds a Google Contacts shortcut to the new Gmail interface |
| Dimensione del File | 94.91 KB |
| Conteggio Installazioni | 3,454 |
| Versione Corrente | 2.0.5 |
| Ultimo Aggiornamento | 2019-05-27 |
| Data di Pubblicazione | 2019-05-27 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | http://zvizvi.xyz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://zvizvi.xyz/ |
| Lingue Supportate | 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
} | |