CartInsight for Gmail
CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.
Qu'est-ce que CartInsight for Gmail ?
CartInsight for Gmail est une extension Chrome développée par https://www.cartinsight.io, et sa fonction principale est "CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CartInsight for Gmail
Téléchargez les fichiers d'extension CartInsight for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | inhhbjefhkhimpjllagdcnimpifngnlo |
URL Officiel | https://chromewebstore.google.com/detail/cartinsight-for-gmail/inhhbjefhkhimpjllagdcnimpifngnlo |
Description | CartInsight for Gmail shows you detailed intelligence for online stores within your Gmail Email interface. |
Taille du Fichier | 613 KB |
Nombre d'Installations | 17 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2023-11-18 |
Date de Publication | 2018-06-18 |
Développeur | https://www.cartinsight.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.cartinsight.io/ |
URL de la Page de Politique de Confidentialité | https://www.cartinsight.io/privacy-policy |
Langues Prises en Charge | 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" } } |