CartInsight for Gmail
CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.
Apa itu CartInsight for Gmail?
CartInsight for Gmail adalah ekstensi Chrome yang dikembangkan oleh https://www.cartinsight.io, dan fitur utamanya adalah "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CartInsight for Gmail
Unduh file ekstensi CartInsight for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail / Gsuite Email interface. You can instantly see relevant details of the ecommerce store like cart platform used, traffic, address, phone, email, tech / apps being used and more.
Informasi Dasar Ekstensi
Nama | |
ID | inhhbjefhkhimpjllagdcnimpifngnlo |
URL Resmi | https://chromewebstore.google.com/detail/cartinsight-for-gmail/inhhbjefhkhimpjllagdcnimpifngnlo |
Deskripsi | CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface. |
Ukuran File | 613 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2023-11-18 |
Tanggal Publikasi | 2018-06-18 |
Pengembang | https://www.cartinsight.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.cartinsight.io/ |
URL Halaman Kebijakan Privasi | https://www.cartinsight.io/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "css": [ "css\/ui.css", "css\/font-awesome.css" ], "js": [ "js\/jquery.js", "js\/inboxsdk.js", "js\/ui.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/icon48.png" }, "web_accessible_resources": [ "js\/ui.js", "images\/icon48.png", "images\/logo.png", "images\/loader.gif", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.woff2", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.svg" ], "name": "CartInsight for Gmail", "short_name": "CIGmail", "author": "Cartinsight", "description": "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.", "version": "0.0.0.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |