Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Add to Giftwhale wish listคืออะไร?
Add to Giftwhale wish list เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giftwhale.com และคุณลักษณะหลักของมันคือ "Add any item to your Giftwhale wish lists right from within your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to Giftwhale wish list
ดาวน์โหลดไฟล์ส่วนขยาย Add to Giftwhale wish list ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
คำอธิบาย | Add any item to your Giftwhale wish lists right from within your browser. |
ขนาดไฟล์ | 676 KB |
จำนวนการติดตั้ง | 256 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2022-07-08 |
วันที่เผยแพร่ | 2022-06-29 |
ผู้พัฒนา | https://giftwhale.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://giftwhale.com |
URL หน้าช่วยเหลือ | https://giftwhale.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://giftwhale.com/privacy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |