Add to Blueprint

Add anything from any store to your Blueprint Registry

Τι είναι το Add to Blueprint;

Το Add to Blueprint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Blueprint, και η κύρια λειτουργία του είναι "Add anything from any store to your Blueprint Registry".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Add to Blueprint

Λήψη αρχείων επέκτασης 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"
}