EAC Plugin
The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.
EAC Plugin là gì?
EAC Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://appinmail.io, và tính năng chính của nó là "The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EAC Plugin
Tải xuống các tệp mở rộng EAC Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
EAC Technology transform your email into a powerful platform. It makes your email more secure, interactive and dynamic.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EAC Plugin |
ID | jhpamlhmchhnapkegepdmkffplafgnla |
URL Chính Thức | https://chromewebstore.google.com/detail/eac-plugin/jhpamlhmchhnapkegepdmkffplafgnla |
Mô tả | The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client. |
Kích Thước Tệp | 69.54 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.3.0.5 |
Cập Nhật Lần Cuối | 2020-09-26 |
Ngày Phát Hành | 2018-09-20 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://appinmail.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://appinmail.io/appinmail.vdom |
URL Trang Chính Sách Bảo Mật | https://admin.appinmail.io/c65c17fe-6d97-4f64-825f-3ce18cd27966.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |