Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
ما هو Gmail Contacts؟
Gmail Contacts هو إضافة Chrome تم تطويرها بواسطة http://zvizvi.xyz، والميزة الرئيسية لها هي "Adds a Google Contacts shortcut to the new Gmail interface".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail Contacts
قم بتنزيل ملفات الامتداد Gmail Contacts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a Google Contacts shortcut to the new Gmail interface
معلومات أساسية عن التمديد
الاسم | |
ID | jgakkffecofibnpbdkkphaminipefbjj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gmail-contacts/jgakkffecofibnpbdkkphaminipefbjj |
الوصف | Adds a Google Contacts shortcut to the new Gmail interface |
حجم الملف | 94.91 KB |
عدد التثبيتات | 3,454 |
النسخة الحالية | 2.0.5 |
آخر تحديث | 2019-05-27 |
تاريخ النشر | 2019-05-27 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | http://zvizvi.xyz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://zvizvi.xyz/ |
اللغات المدعومة | 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 } |