Add to Blueprint

Add anything from any store to your Blueprint Registry

Add to Blueprint là gì?

Add to Blueprint là một tiện ích mở rộng Chrome được phát triển bởi Blueprint, và tính năng chính của nó là "Add anything from any store to your Blueprint Registry".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to Blueprint

Tải xuống các tệp mở rộng Add to Blueprint 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

                        Meet Blueprint — a universal gift registry that gives you the power to add gifts from any retailer, import existing registries, create a cash registry, and so much more.

The 'Add To Blueprint' Chrome extension allows you to add any gift from any website directly to your Blueprint Registry.

1. Go to any product on a website and click the "Add to Blueprint" button in your browser.
2. A pop up will appear. Select the picture, edit gift details.
3. Choose to receive the physical product, or the cash value of the gift.
4. Add the gift to your registry!                    

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

Tên Add to Blueprint Add to Blueprint
ID ifeladbcpppilicpddbbmnfbgemaeeai
URL Chính Thức https://chromewebstore.google.com/detail/add-to-blueprint/ifeladbcpppilicpddbbmnfbgemaeeai
Mô tả Add anything from any store to your Blueprint Registry
Kích Thước Tệp 389 KB
Số Lần Cài Đặt 7,065
Phiên Bản Hiện Tại 2.18
Cập Nhật Lần Cuối 2020-10-22
Ngày Phát Hành 2020-03-27
Đánh Giá 3.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Blueprint
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.blueprintregistry.com/
URL Trang Trợ Giúp https://support.blueprintregistry.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.blueprintregistry.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Blueprint",
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "Add to Blueprint",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/*.google.com https:\/\/*.gstatic.com; object-src 'self'",
    "description": "Add anything from any store to your Blueprint Registry",
    "homepage_url": "https:\/\/www.blueprintregistry.com\/",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 2,
    "name": "Add to Blueprint",
    "permissions": [
        "cookies",
        "https:\/\/www.blueprintregistry.com\/",
        "http:\/\/*.google.com\/",
        "https:\/\/*.gstatic.com\/"
    ],
    "short_name": "Add to Blueprint",
    "version": "2.18"
}