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
Eメール [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"
}