giftful
The easiest way to add wishes to your giftful wishlists!
giftfulคืออะไร?
giftful เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giftful.com และคุณลักษณะหลักของมันคือ "The easiest way to add wishes to your giftful wishlists!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย giftful
ดาวน์โหลดไฟล์ส่วนขยาย giftful ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically add wishes to your giftful wishlist. Click on the giftful button when you find the perfect item you want and giftful will automatically load in the details for you! Just choose which wishlist you want to pin it to.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | giftful |
ID | mbcfbddbppaccljmahnakpbafnoogmgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi |
คำอธิบาย | The easiest way to add wishes to your giftful wishlists! |
ขนาดไฟล์ | 286 KB |
จำนวนการติดตั้ง | 14,105 |
เวอร์ชันปัจจุบัน | 1.8.7 |
อัปเดตครั้งล่าสุด | 2023-11-15 |
วันที่เผยแพร่ | 2019-10-25 |
คะแนน | 3.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://giftful.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://giftful.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://giftful.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "giftful", "description": "The easiest way to add wishes to your giftful wishlists!", "version": "1.8.7", "action": { "default_icon": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.giftful.co\/*", "*:\/\/*.giftful.com\/*" ], "icons": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" } } |