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 - это расширение Chrome, разработанное Comvex Engineering, и его основная функция - "i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения i-digima by Comvex

Скачайте файлы расширений i-digima by Comvex в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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'"
}