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