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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}