Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
Apa itu Gmail Contacts?
Gmail Contacts adalah ekstensi Chrome yang dikembangkan oleh http://zvizvi.xyz, dan fitur utamanya adalah "Adds a Google Contacts shortcut to the new Gmail interface".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gmail Contacts
Unduh file ekstensi Gmail Contacts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds a Google Contacts shortcut to the new Gmail interface
Informasi Dasar Ekstensi
Nama | |
ID | jgakkffecofibnpbdkkphaminipefbjj |
URL Resmi | https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj |
Deskripsi | Adds a Google Contacts shortcut to the new Gmail interface |
Ukuran File | 94.91 KB |
Jumlah Instalasi | 3,454 |
Versi Saat Ini | 2.0.5 |
Terakhir Diperbarui | 2019-05-27 |
Tanggal Publikasi | 2019-05-27 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | http://zvizvi.xyz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://zvizvi.xyz/ |
Bahasa yang Didukung | 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 } |