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.

Vad är i-digima by Comvex?

i-digima by Comvex är en Chrome-tillägg utvecklad av Comvex Engineering, och dess huvudfunktion är "i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.".

Tilläggsskärmbilder

screenshot

Ladda ner i-digima by Comvex-förlängningens CRX-fil

Ladda ner i-digima by Comvex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn i-digima by Comvex i-digima by Comvex
ID hoglhlpeodnkfpciinicbmjjfjpnlgag
Officiell webbadress https://chromewebstore.google.com/detail/i-digima-by-comvex/hoglhlpeodnkfpciinicbmjjfjpnlgag
Beskrivning i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.
Filstorlek 588 KB
Antal Installationer 90
Aktuell Version 1.5.3
Senast Uppdaterad 2020-03-06
Publiceringsdatum 2020-03-06
Utvecklare Comvex Engineering
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://comvex.co.jp/privacy-policy
Stödda Språk 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'"
}