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 là gì?

i-digima by Comvex là một tiện ích mở rộng Chrome được phát triển bởi Comvex Engineering, và tính năng chính của nó là "i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng i-digima by Comvex

Tải xuống các tệp mở rộng i-digima by Comvex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên i-digima by Comvex i-digima by Comvex
ID hoglhlpeodnkfpciinicbmjjfjpnlgag
URL Chính Thức https://chromewebstore.google.com/detail/i-digima-by-comvex/hoglhlpeodnkfpciinicbmjjfjpnlgag
Mô tả i-digima by Comvex provides essential insights into how your customers interact with your emails after you send them from Gmail.
Kích Thước Tệp 588 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2020-03-06
Ngày Phát Hành 2020-03-06
Nhà Phát Triển Comvex Engineering
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://comvex.co.jp/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}