My Wishlist

Add new items to your wishlist on MyWishlist.online.

Hvad er My Wishlist?

My Wishlist er en Chrome-udvidelse udviklet af https://mywishlist.online, og dens hovedfunktion er "Add new items to your wishlist on MyWishlist.online.".

Udvidelsesskærmbilleder

screenshot

Download My Wishlist-udvidelses-CRX-fil

Download My Wishlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn My Wishlist My Wishlist
ID aiamggmmifaolnpbgbdepbpflnhdfgkg
Officiel URL https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg
Beskrivelse Add new items to your wishlist on MyWishlist.online.
Filstørrelse 55.77 KB
Antal Installationer 4,694
Nuværende Version 1.3
Senest Opdateret 2022-09-19
Udgivelsesdato 2022-05-13
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler https://mywishlist.online
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mywishlist.online/
Hjælpeside-URL https://mywishlist.online/help
URL til Fortrolighedspolitik Side https://www.mijnverlanglijst.eu/privacy
Understøttede Sprog 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"
    }
}