My Wishlist

Add new items to your wishlist on MyWishlist.online.

Wat is My Wishlist?

My Wishlist is een Chrome-extensie ontwikkeld door https://mywishlist.online, en de belangrijkste functie is "Add new items to your wishlist on MyWishlist.online.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie My Wishlist

Download My Wishlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam My Wishlist My Wishlist
ID aiamggmmifaolnpbgbdepbpflnhdfgkg
Officiële URL https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg
Beschrijving Add new items to your wishlist on MyWishlist.online.
Bestandsgrootte 55.77 KB
Aantal Installaties 4,694
Huidige Versie 1.3
Laatst Bijgewerkt 2022-09-19
Publicatiedatum 2022-05-13
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://mywishlist.online
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mywishlist.online/
Help Pagina-URL https://mywishlist.online/help
URL van de Privacybeleid Pagina https://www.mijnverlanglijst.eu/privacy
Ondersteunde Talen 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"
    }
}