Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
Wat is Gmail Contacts?
Gmail Contacts is een Chrome-extensie ontwikkeld door http://zvizvi.xyz, en de belangrijkste functie is "Adds a Google Contacts shortcut to the new Gmail interface".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Contacts
Download Gmail Contacts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a Google Contacts shortcut to the new Gmail interface Basisinformatie over de Extensie
| Naam | |
| ID | jgakkffecofibnpbdkkphaminipefbjj |
| Officiële URL | https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj |
| Beschrijving | Adds a Google Contacts shortcut to the new Gmail interface |
| Bestandsgrootte | 94.91 KB |
| Aantal Installaties | 3,454 |
| Huidige Versie | 2.0.5 |
| Laatst Bijgewerkt | 2019-05-27 |
| Publicatiedatum | 2019-05-27 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | http://zvizvi.xyz |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://zvizvi.xyz/ |
| Ondersteunde Talen | 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
} | |