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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://mywishlist.online/help
عنوان صفحة سياسة الخصوصية 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"
    }
}