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 |
| 官方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",
" | |