My Simple Wishlist ⭐

Handy storage of your shopping wishlist / wishlists in the browser, simple as it can be.

ما هو My Simple Wishlist ⭐؟

My Simple Wishlist ⭐ هو إضافة Chrome تم تطويرها بواسطة https://productstories.pro، والميزة الرئيسية لها هي "Handy storage of your shopping wishlist / wishlists in the browser, simple as it can be.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة My Simple Wishlist ⭐

قم بتنزيل ملفات الامتداد My Simple Wishlist ⭐ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        With My Simple Wishlist, you can:

📌 Save products that you love so you can easily find them later
Just open the webpage of the desired product, click on the extension icon, and choose the list to save.

📌 Create a wish list of unlimited items
Add as many products as you like to your list, open their webpages from it, move, delete unwanted items

📌 Manage multiple shopping lists
Big shopping planned? Create multiple lists and choose the names for them on the "all lists" tab

Feedback:
We are trying hard to add all existing e-commerce websites for you. However, if you have issues with saving products from some store, please let us know, and we will fix it:
[email protected]

Explore My Simple Wishlist right now, no registration required!                    

معلومات أساسية عن التمديد

الاسم My Simple Wishlist ⭐ My Simple Wishlist ⭐
ID pmpckopcmeegndlkepnmclfgdliinnai
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-simple-wishlist-%E2%AD%90/pmpckopcmeegndlkepnmclfgdliinnai
الوصف Handy storage of your shopping wishlist / wishlists in the browser, simple as it can be.
حجم الملف 2.95 MB
عدد التثبيتات 71
النسخة الحالية 1.0.0
آخر تحديث 2021-05-10
تاريخ النشر 2021-05-10
تقييم 5.00/5 مجموع تقييمات 4
المطور https://productstories.pro
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://productstories.pro/my-simple-wishlist/
عنوان صفحة المساعدة https://productstories.pro/my-simple-wishlist/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/productstories.pro\/my-simple-wishlist\/",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/msl16.png",
        "48": "icons\/msl48.png",
        "128": "icons\/msl128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/msl19.png",
            "38": "icons\/msl38.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}