My Wishlist

Add new items to your wishlist on MyWishlist.online.

Что такое My Wishlist?

My Wishlist - это расширение Chrome, разработанное https://mywishlist.online, и его основная функция - "Add new items to your wishlist on MyWishlist.online.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения My Wishlist

Скачайте файлы расширений My Wishlist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название My Wishlist My Wishlist
ID aiamggmmifaolnpbgbdepbpflnhdfgkg
Официальный URL https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg
Описание Add new items to your wishlist on MyWishlist.online.
Размер файла 55.77 KB
Количество установок 4,694
Текущая Версия 1.3
Последнее Обновление 2022-09-19
Дата публикации 2022-05-13
Рейтинг 4.50/5 Всего 4 оценок
Разработчик https://mywishlist.online
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mywishlist.online/
URL страницы помощи https://mywishlist.online/help
URL страницы политики конфиденциальности https://www.mijnverlanglijst.eu/privacy
Поддерживаемые языки 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"
    }
}