Wished
Wish for anything, anywhere
Qu'est-ce que Wished ?
Wished est une extension Chrome développée par https://www.wished.online, et sa fonction principale est "Wish for anything, anywhere".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wished
Téléchargez les fichiers d'extension Wished 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
Wished is your universal wishlist for all of your favourite shopping sites. Create multiple wishlists, share them with friends and family, and even get notified of price updates! With our easy-to-use and customizable wishlist extension, you will be able to save their favourite products and purchase them later with just a few clicks. Our extension is fully compatible with any online store and can easily provide you Key Features: - Easy-to-use and intuitive interface - Compatible with any online store - Share wishlists with friends and family - Be notified of price drops - Ability to add and manage unlimited items in all of your wishlists
Informations de Base sur l'Extension
Nom | Wished |
ID | hhnahkmehhkjemigopkkkamciojfmcbh |
URL Officiel | https://chromewebstore.google.com/detail/wished/hhnahkmehhkjemigopkkkamciojfmcbh |
Description | Wish for anything, anywhere |
Taille du Fichier | 325 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2023-11-19 |
Date de Publication | 2021-03-12 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://www.wished.online |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.wished.online/ |
URL de la Page d'Aide | https://www.wished.online/ |
URL de la Page de Politique de Confidentialité | https://www.wished.online/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wished", "version": "1.4.1", "description": "Wish for anything, anywhere", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "96": "images\/icons\/96.png" }, "browser_action": { "browser_style": true, "default_popup": "popup.htm", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "background": { "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "content.bundle.js" ], "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ] } |