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開發的Chrome擴展程式,該擴展的主要功能是“The EAC Plugin enable your browser to support the technology Email Active Content developped by AppInMail in various WebMail client.”。

擴展截圖

screenshot
screenshot

下載EAC Plugin擴展crx文件

下載EAC Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        EAC Technology transform your email into a powerful platform. It makes your email more secure, interactive and dynamic.                    

擴展基本資訊

名稱 EAC Plugin EAC Plugin
ID jhpamlhmchhnapkegepdmkffplafgnla
官方網址 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"
    ]
}