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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 EAC Plugin 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"
    ]
}