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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย i-digima by Comvex
ดาวน์โหลดไฟล์ส่วนขยาย 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",
" | |