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.”。
擴展截圖
下載i-digima by Comvex擴展crx文件
下載i-digima by Comvex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Comvexのi-digimaはあなたの顧客がどのようにあなたがGmailで送ったEメールと接しているかという重要なインサイトを提供します。 擴展基本資訊
| 名稱 | |
| ID | hoglhlpeodnkfpciinicbmjjfjpnlgag |
| 官方網址 | 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",
" | |