Add to Giftster Wish List Registry

Add items from any store to your Giftster wish lists, including child account wish lists.

Add to Giftster Wish List Registryคืออะไร?

Add to Giftster Wish List Registry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.giftster.com และคุณลักษณะหลักของมันคือ "Add items from any store to your Giftster wish lists, including child account wish lists."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Giftster Wish List Registry

ดาวน์โหลดไฟล์ส่วนขยาย Add to Giftster Wish List Registry ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Just click the Add to Giftster button when you are on a product page to add it to your wish list. Edit the details if desired, and add your star ranking, too.

Browse your favorite websites, add items to your list with Giftster, and your family and close friends only have to shop one list to discover all your favorite gift ideas.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add to Giftster Wish List Registry Add to Giftster Wish List Registry
ID igbiconphejknohhlfkbccjlemlnjndc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc
คำอธิบาย Add items from any store to your Giftster wish lists, including child account wish lists.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 7,640
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-06-08
วันที่เผยแพร่ 2016-11-11
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.giftster.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.giftster.com/add-to-giftster-button/
URL หน้าช่วยเหลือ https://help.giftster.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.giftster.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Giftster Wish List Registry",
    "short_name": "Add to Giftster",
    "description": "Add items from any store to your Giftster wish lists, including child account wish lists.",
    "version": "1.1",
    "icons": {
        "16": "icon-128.png",
        "48": "icon-128.png",
        "64": "icon-128.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "browser-icon-16.png",
            "24": "browser-icon-32.png",
            "32": "browser-icon-64.png"
        },
        "default_popup": "popup.html",
        "default_title": "Add gift ideas from any site to Giftster"
    },
    "permissions": [
        "activeTab"
    ]
}