CartInsight for Gmail
CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.
Cos'è CartInsight for Gmail?
CartInsight for Gmail è un'estensione di Chrome sviluppata da https://www.cartinsight.io, e la sua funzione principale è "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CartInsight for Gmail
Scarica i file di estensione CartInsight for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | inhhbjefhkhimpjllagdcnimpifngnlo |
URL Ufficiale | https://chromewebstore.google.com/detail/cartinsight-for-gmail/inhhbjefhkhimpjllagdcnimpifngnlo |
Descrizione | CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface. |
Dimensione del File | 613 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2023-11-18 |
Data di Pubblicazione | 2018-06-18 |
Sviluppatore | https://www.cartinsight.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.cartinsight.io/ |
URL della Pagina della Politica sulla Privacy | https://www.cartinsight.io/privacy-policy |
Lingue Supportate | 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" } } |