EAC Plugin for MS Outlook
The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
EAC Plugin for MS Outlook क्या है?
EAC Plugin for MS Outlook Appinmail Research द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EAC Plugin for MS Outlook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What is Email Active Content (EAC) Technology ? It's a way to make your email dynamic & interactive. Email was designed to be a copy of regular mail : Static & non interactive. EAC technology bring the email to its v2.0 by adding features like auto updating, interactivity, security and much more.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hkhgcknhdgibfpfmcidncbjglekpgkpe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/eac-plugin-for-ms-outlook/hkhgcknhdgibfpfmcidncbjglekpgkpe |
विवरण | The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client. |
फ़ाइल का आकार | 82.71 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 0.1.0.3 alpha |
अंतिम अपडेट | 2017-04-13 |
प्रकाशन तिथि | 2017-04-13 |
डेवलपर | Appinmail Research |
ईमेल | [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 for MS Outlook", "version": "0.1.0.3", "version_name": "0.1.0.3 alpha", "description": "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.", "icons": { "16": "icons\/eac_logo2.png", "48": "icons\/eac_logo2.png", "128": "icons\/eac_logo2.png" }, "browser_action": { "default_icon": "icons\/eac_logo2.png" }, "permissions": [ "background", "webRequest", "webRequestBlocking", "*:\/\/outlook.live.com\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/outlook.live.com\/*" ], "js": [ "main.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/outlook.live.com\/*" ] }, "web_accessible_resources": [ "injection.js", "icons\/*", "js\/*" ] } |