EAC Plugin
The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
EAC Plugin क्या है?
EAC Plugin https://appinmail.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EAC Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
EAC Technology transform your email into a powerful platform. It makes your email more secure, interactive and dynamic.
एक्सटेंशन की मूल जानकारी
नाम | EAC Plugin |
ID | jhpamlhmchhnapkegepdmkffplafgnla |
आधिकारिक URL | https://chromewebstore.google.com/detail/eac-plugin/jhpamlhmchhnapkegepdmkffplafgnla |
विवरण | The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client. |
फ़ाइल का आकार | 69.54 KB |
स्थापना संख्या | 163 |
वर्तमान संस्करण | 1.3.0.5 |
अंतिम अपडेट | 2020-09-26 |
प्रकाशन तिथि | 2018-09-20 |
रेटिंग | 4.78/5 कुल 9 रेटिंग्स |
डेवलपर | https://appinmail.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://appinmail.io/appinmail.vdom |
गोपनीयता नीति पृष्ठ URL | https://admin.appinmail.io/c65c17fe-6d97-4f64-825f-3ce18cd27966.pdf |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EAC Plugin", "version": "1.3.0.5", "version_name": "1.3.0.5", "description": "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.", "icons": { "16": "icons\/logo_16.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "browser_action": { "default_icon": "icons\/logo_128.png", "default_popup": "popup.html" }, "permissions": [ "background", "webRequest", "webRequestBlocking", "declarativeContent" ], "optional_permissions": [ "*:\/\/*\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "default-src 'self'; img-src 'self' https:\/\/*.googleusercontent.com\/; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/*.google.com https:\/\/*.googleapis.com; script-src 'self' https:\/\/apis.google.com; frame-src https:\/\/*.appinmail.io https:\/\/accounts.google.com https:\/\/*.googleapis.com", "externally_connectable": { "matches": [ "*:\/\/*.appinmail.io\/*", "*:\/\/mail.google.com\/*", "*:\/\/outlook.live.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*" ] }, "web_accessible_resources": [ "icons\/*", "js\/*", "frame.html", "frame.js" ] } |