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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}