Add to Blueprint

Add anything from any store to your Blueprint Registry

什么是Add to Blueprint?

Add to Blueprint是由Blueprint开发的Chrome扩展程序,该扩展的主要功能是“Add anything from any store to your Blueprint Registry”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Add to Blueprint扩展crx文件

下载Add to Blueprint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Add to Blueprint Add to Blueprint
ID ifeladbcpppilicpddbbmnfbgemaeeai
官方URL https://chromewebstore.google.com/detail/add-to-blueprint/ifeladbcpppilicpddbbmnfbgemaeeai
简介 Add anything from any store to your Blueprint Registry
文件大小 389 KB
安装次数 7,065
当前版本 2.18
更新时间 2020-10-22
上架时间 2020-03-27
评分 3.86/5 共14次评分
开发者 Blueprint
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.blueprintregistry.com/
帮助页面URL https://support.blueprintregistry.com/hc/en-us
隐私政策页面URL https://www.blueprintregistry.com/privacy
支持的语言 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"
}