Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
Hvad er Gmail Contacts?
Gmail Contacts er en Chrome-udvidelse udviklet af http://zvizvi.xyz, og dens hovedfunktion er "Adds a Google Contacts shortcut to the new Gmail interface".
Udvidelsesskærmbilleder
Download Gmail Contacts-udvidelses-CRX-fil
Download Gmail Contacts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a Google Contacts shortcut to the new Gmail interface
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jgakkffecofibnpbdkkphaminipefbjj |
Officiel URL | https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj |
Beskrivelse | Adds a Google Contacts shortcut to the new Gmail interface |
Filstørrelse | 94.91 KB |
Antal Installationer | 3,454 |
Nuværende Version | 2.0.5 |
Senest Opdateret | 2019-05-27 |
Udgivelsesdato | 2019-05-27 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | http://zvizvi.xyz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://zvizvi.xyz/ |
Understøttede Sprog | 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 } |