Add to Blueprint

Add anything from any store to your Blueprint Registry

Add to Blueprint क्या है?

Add to Blueprint Blueprint द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add anything from any store to your Blueprint Registry"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add to Blueprint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}