Wisp Wishlist
Add items from your favourite online shop to your Wishlists
Wisp Wishlistคืออะไร?
Wisp Wishlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.wispit.co.nz และคุณลักษณะหลักของมันคือ "Add items from your favourite online shop to your Wishlists"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wisp Wishlist
ดาวน์โหลดไฟล์ส่วนขยาย Wisp Wishlist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use the Wisp plugin to create Wishlists by Adding products from your favorite online shops. Share wishlists with your friends and family, or use the system to find gifts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chpekndmgelainhmfpolgajlbomhibmm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wisp-wishlist/chpekndmgelainhmfpolgajlbomhibmm |
คำอธิบาย | Add items from your favourite online shop to your Wishlists |
ขนาดไฟล์ | 15.1 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-10-21 |
วันที่เผยแพร่ | 2015-10-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://www.wispit.co.nz |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wispit.co.nz/ |
URL หน้าช่วยเหลือ | https://www.wispit.co.nz/blog |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wisp Wishlist", "description": "Add items from your favourite online shop to your Wishlists", "version": "1.0", "icons": { "16": "\/skin\/statusbaricon.png", "48": "\/skin\/icon30.png", "128": "\/skin\/addonicon.png" }, "browser_action": { "default_icon": "\/skin\/icon.png" }, "background": { "scripts": [ "wisp.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |