Cartet
We collect all your shopping carts, so you come back later and checkout once.
Qu'est-ce que Cartet ?
Cartet est une extension Chrome développée par cartet.co, et sa fonction principale est "We collect all your shopping carts, so you come back later and checkout once.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cartet
Téléchargez les fichiers d'extension Cartet 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
Cartets extension allows you to shop all the clothes you want from any store. Hashtag your favorite stuff and view the cart at all times. The entire web will be your new favorite mall. Forget the screenshots, build your outfits from our website and check out safe from the same place.
Informations de Base sur l'Extension
Nom | Cartet |
ID | kiankaefioeipcjebjmoidbmemidbchl |
URL Officiel | https://chromewebstore.google.com/detail/cartet/kiankaefioeipcjebjmoidbmemidbchl |
Description | We collect all your shopping carts, so you come back later and checkout once. |
Taille du Fichier | 71.08 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2021-07-28 |
Date de Publication | 2021-06-15 |
Développeur | cartet.co |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | https://www.cartet.co/faq |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cartet", "description": "We collect all your shopping carts, so you come back later and checkout once.", "version": "1.3.1", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/cartet-dev.auth.us-east-1.amazoncognito.com\/", "https:\/\/cognito-idp.us-east-1.amazonaws.com\/", "*:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/img\/cartet-orange16x16.png", "32": "\/img\/cartet-orange32x32.png", "48": "\/img\/cartet-orange48x48.png", "128": "\/img\/cartet-orange128x128.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "\/img\/cartet-orange16x16.png", "32": "\/img\/cartet-orange32x32.png", "48": "\/img\/cartet-orange48x48.png", "128": "\/img\/cartet-orange128x128.png" } } |