i-digima by Comvex

i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.

i-digima by Comvex란 무엇입니까?

i-digima by Comvex은(는) Comvex Engineering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail."입니다.

확장 프로그램 스크린샷

screenshot

i-digima by Comvex 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Comvexのi-digimaはあなたの顧客がどのようにあなたがGmailで送ったEメールと接しているかという重要なインサイトを提供します。                    

확장 프로그램 기본 정보

이름 i-digima by Comvex i-digima by Comvex
ID hoglhlpeodnkfpciinicbmjjfjpnlgag
공식 URL https://chromewebstore.google.com/detail/i-digima-by-comvex/hoglhlpeodnkfpciinicbmjjfjpnlgag
설명 i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.
파일 크기 588 KB
설치 횟수 90
현재 버전 1.5.3
최근 업데이트 2020-03-06
출시 날짜 2020-03-06
개발자 Comvex Engineering
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://comvex.co.jp/privacy-policy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.5.3",
    "manifest_version": 2,
    "default_locale": "ja",
    "icons": {
        "16": "img\/d-logo-16.png",
        "32": "img\/d-logo-32.png",
        "48": "img\/d-logo-48.png",
        "128": "img\/d-logo-128.png"
    },
    "browser_action": {
        "16": "img\/d-logo-16.png",
        "32": "img\/d-logo-32.png",
        "48": "img\/d-logo-48.png",
        "128": "img\/d-logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/inboxsdk.js",
                "gmail.js"
            ],
            "css": [
                "css\/gmail.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.c-digima.com\/*"
            ],
            "js": [
                "c-digima.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.i-digima.com\/*",
            "*:\/\/*.i-digima.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.i-digima.com",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "background"
    ],
    "minimum_chrome_version": "68",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}