EAC Plugin
The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
What is EAC Plugin?
EAC Plugin is a Chrome extension developed by https://appinmail.io, and its main feature is "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.".
Extension Screenshots
Download EAC Plugin Extension CRX File
Download EAC Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EAC Technology transform your email into a powerful platform. It makes your email more secure, interactive and dynamic.
Extension Basic Information
Name | EAC Plugin |
ID | jhpamlhmchhnapkegepdmkffplafgnla |
Official URL | https://chromewebstore.google.com/detail/eac-plugin/jhpamlhmchhnapkegepdmkffplafgnla |
Description | The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client. |
File Size | 69.54 KB |
Installation Count | 163 |
Current Version | 1.3.0.5 |
Last Updated | 2020-09-26 |
Publish Date | 2018-09-20 |
Rating | 4.78/5 Total 9 Ratings |
Developer | https://appinmail.io |
[email protected] | |
Payment Type | free |
Extension Website | http://appinmail.io/appinmail.vdom |
Privacy Policy Page URL | https://admin.appinmail.io/c65c17fe-6d97-4f64-825f-3ce18cd27966.pdf |
Supported Languages | 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" ] } |