i-wantit
Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome
What is i-wantit?
i-wantit is a Chrome extension developed by http://i-wantit.com, and its main feature is "Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome".
Extension Screenshots
Download i-wantit Extension CRX File
Download i-wantit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
L'appli qui rassemble toutes vos envies et celles de vos proches ! Découvrez les tendances du moment et partagez les avec vos amis. Terminé les cadeaux ratés ! Partagez vos wishlists iwantit pour être sûrs de faire plaisir, mais aussi que l'on vous offre les cadeaux dont vous rêvez. L'extension Chrome permet d'ajouter des produits très facilement dans votre liste i-wantit, depuis vos sites e-commerce favoris! Rendez-vous simplement sur la page d'un produit qui vous intéresse, puis cliquez sur l'icône i-wantit à droite de votre barre de navigation ou directement sur la page du produit. Connectez-vous à i-wantit via email et mot de passe ou bien directement via Facebook.
Extension Basic Information
Name | |
ID | gdfpjfcbjiokoffbjdfgcffmppjklclj |
Official URL | https://chrome.google.com/webstore/detail/gdfpjfcbjiokoffbjdfgcffmppjklclj |
Description | Ajouter toutes vos envies à votre wishlist i-wantit depuis votre navigateur chrome |
File Size | 144 KB |
Installation Count | 105 |
Current Version | 2.0.2 |
Last Updated | 2022-04-27 |
Publish Date | 2017-02-10 |
Rating | 4.20/5 Total 5 Ratings |
Developer | http://i-wantit.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.i-wantit.com |
Privacy Policy Page URL | https://www.i-wantit.com/politics |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "i-wantit", "description": "Ajouter toutes vos envies \u00e0 votre wishlist i-wantit depuis votre navigateur chrome", "version": "2.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.i-wantit.com\/*", "https:\/\/*.amplitude.com\/*" ], "permissions": [ "storage", "activeTab", "scripting", "identity", "tabs", "cookies" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/iwantit-icon.png", "32": "\/images\/iwantit-icon.png", "48": "\/images\/iwantit-icon.png", "128": "\/images\/iwantit-icon.png" } }, "icons": { "16": "\/images\/iwantit-icon.png", "32": "\/images\/iwantit-icon.png", "48": "\/images\/iwantit-icon.png", "128": "\/images\/iwantit-icon.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "main.css" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/*", "popup.js", "popup.html", "lib\/*.js", "main.css" ], "matches": [ "*:\/\/*\/*" ] } ] } |