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
官方網址 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"
}