Email Access
Get faster email access. One click email access right from your new tab home page.
Email Access क्या है?
Email Access https://emailaccess.zilliuns.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get faster email access. One click email access right from your new tab home page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Email Access extension and set your new tab page to search.zilliuns.com/email, while also accepting and agreeing to abide by the End User License Agreement (http://emailaccess.zilliuns.com/Terms) and Privacy Policy (http://emailaccess.zilliuns.com/Privacy). Uninstall instructions can be found at http://emailaccess.zilliuns.com/Uninstall
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
विवरण | Get faster email access. One click email access right from your new tab home page. |
फ़ाइल का आकार | 56.78 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.0.0.2 |
अंतिम अपडेट | 2019-11-20 |
प्रकाशन तिथि | 2019-11-14 |
डेवलपर | https://emailaccess.zilliuns.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://emailaccess.zilliuns.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Access", "version": "1.0.0.2", "description": "Get faster email access. One click email access right from your new tab home page.", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "19favicon.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |