Add To Registry - Amazing Registry
Add gifts from any website to your Amazing Registry
Add To Registry - Amazing Registryคืออะไร?
Add To Registry - Amazing Registry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.amazingregistry.com และคุณลักษณะหลักของมันคือ "Add gifts from any website to your Amazing Registry"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add To Registry - Amazing Registry
ดาวน์โหลดไฟล์ส่วนขยาย Add To Registry - Amazing Registry ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add gifts from any website to your Amazing Registry using the 'Add To Registry' chrome extension. After you found the gift you want, click the 'Add To Registry' chrome extension button, optionally add size & color comments, and click 'Add To Amazing Registry'. It's that simple. Amazing Registry is a free and easy way to register for all occasions. Register at as many stores as you want, and you can add your store registries to your Amazing Registry. Add gifts from any website using our 'Add To Registry' button. Scan & add gifts using our mobile app. All the gifts you want from all the stores you want them from will show up together on your one Amazing Registry. Most of our users use Amazing Registry for their wedding registry or baby registry, but we have many people using it for holidays, birthdays, back to school and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Add To Registry - Amazing Registry |
ID | fakaldmaepeakkcjljcakjphgknbbbmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/add-to-registry-amazing-r/fakaldmaepeakkcjljcakjphgknbbbmp |
คำอธิบาย | Add gifts from any website to your Amazing Registry |
ขนาดไฟล์ | 9.69 KB |
จำนวนการติดตั้ง | 796 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-11-19 |
วันที่เผยแพร่ | 2014-11-19 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.amazingregistry.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.amazingregistry.com |
URL หน้าช่วยเหลือ | http://www.amazingregistry.com/help |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Add To Registry - Amazing Registry", "short_name": "Add To Registry", "description": "Add gifts from any website to your Amazing Registry", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "box19.png", "default_title": "Add To Registry - Amazing Registry" }, "homepage_url": "http:\/\/www.amazingregistry.com", "icons": { "128": "box128.png", "48": "box48.png", "19": "box19.png", "16": "box16.png" } } |