Gmail Contacts
Adds a Google Contacts shortcut to the new Gmail interface
Gmail Contacts क्या है?
Gmail Contacts http://zvizvi.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a Google Contacts shortcut to the new Gmail interface"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Contacts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |