My Wishlist

Add new items to your wishlist on MyWishlist.online.

Co to jest My Wishlist?

My Wishlist to rozszerzenie Chrome opracowane przez https://mywishlist.online, a jego główną funkcją jest „Add new items to your wishlist on MyWishlist.online.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia My Wishlist

Pobierz pliki rozszerzeń My Wishlist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa My Wishlist My Wishlist
ID aiamggmmifaolnpbgbdepbpflnhdfgkg
Oficjalny URL https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg
Opis Add new items to your wishlist on MyWishlist.online.
Rozmiar pliku 55.77 KB
Liczba instalacji 4,694
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-09-19
Data Publikacji 2022-05-13
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper https://mywishlist.online
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mywishlist.online/
Adres URL Strony Pomocy https://mywishlist.online/help
Adres URL Strony Polityki Prywatności https://www.mijnverlanglijst.eu/privacy
Obsługiwane Języki 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"
    }
}