My Simple Wishlist ⭐

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

My Simple Wishlist ⭐ क्या है?

My Simple Wishlist ⭐ 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 फ़ाइल डाउनलोड करें

crx प्रारूप में My Simple Wishlist ⭐ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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'"
}