My Wishlist
Add new items to your wishlist on MyWishlist.online.
Qu'est-ce que My Wishlist ?
My Wishlist est une extension Chrome développée par https://mywishlist.online, et sa fonction principale est "Add new items to your wishlist on MyWishlist.online.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My Wishlist
Téléchargez les fichiers d'extension My Wishlist 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
This extension makes adding items to your online wishlist easier and quicker. When you see an online product you'd like to add to your wish list, simply click the gift icon to add the item instantly. This works on all web shops! The extension also adds a handy option to your right click menu: "Add to My Wishlist". Please note that you can only use this extension after creating a free account on https://mywishlist.online.
Informations de Base sur l'Extension
Nom | My Wishlist |
ID | aiamggmmifaolnpbgbdepbpflnhdfgkg |
URL Officiel | https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg |
Description | Add new items to your wishlist on MyWishlist.online. |
Taille du Fichier | 55.77 KB |
Nombre d'Installations | 4,694 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2022-09-19 |
Date de Publication | 2022-05-13 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | https://mywishlist.online |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mywishlist.online/ |
URL de la Page d'Aide | https://mywishlist.online/help |
URL de la Page de Politique de Confidentialité | https://www.mijnverlanglijst.eu/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Wishlist", "action": { "default_icon": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "64": "images\/logo-64.png", "128": "images\/logo-128.png" }, "default_title": "My Wishlist", "default_popup": "popup.html" }, "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "64": "images\/logo-64.png", "128": "images\/logo-128.png" }, "manifest_version": 3, "version": "1.3", "description": "Add new items to your wishlist on MyWishlist.online.", "permissions": [ "activeTab", "contextMenus" ], "background": { "service_worker": "background.js" } } |