Add To Registry - Amazing Registry

Add gifts from any website to your Amazing Registry

Add To Registry - Amazing Registry là gì?

Add To Registry - Amazing Registry là một tiện ích mở rộng Chrome được phát triển bởi https://www.amazingregistry.com, và tính năng chính của nó là "Add gifts from any website to your Amazing Registry".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add To Registry - Amazing Registry

Tải xuống các tệp mở rộng Add To Registry - Amazing Registry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add To Registry - Amazing Registry Add To Registry - Amazing Registry
ID fakaldmaepeakkcjljcakjphgknbbbmp
URL Chính Thức https://chromewebstore.google.com/detail/add-to-registry-amazing-r/fakaldmaepeakkcjljcakjphgknbbbmp
Mô tả Add gifts from any website to your Amazing Registry
Kích Thước Tệp 9.69 KB
Số Lần Cài Đặt 796
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-11-19
Ngày Phát Hành 2014-11-19
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.amazingregistry.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.amazingregistry.com
URL Trang Trợ Giúp http://www.amazingregistry.com/help
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}