Add To Registry - Amazing Registry

Add gifts from any website to your Amazing Registry

Cos'è Add To Registry - Amazing Registry?

Add To Registry - Amazing Registry è un'estensione di Chrome sviluppata da https://www.amazingregistry.com, e la sua funzione principale è "Add gifts from any website to your Amazing Registry".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Add To Registry - Amazing Registry

Scarica i file di estensione Add To Registry - Amazing Registry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add gifts from any website to your Amazing Registry using the 'Add To Registry' chrome extension.  

After you found the gift you want, click the 'Add To Registry' chrome extension button, optionally add size & color comments, and click 'Add To Amazing Registry'.  It's that simple.

Amazing Registry is a free and easy way to register for all occasions.  Register at as many stores as you want, and you can add your store registries to your Amazing Registry.  Add gifts from any website using our 'Add To Registry' button.  Scan & add gifts using our mobile app.  All the gifts you want from all the stores you want them from will show up together on your one Amazing Registry.

Most of our users use Amazing Registry for their wedding registry or baby registry, but we have many people using it for holidays, birthdays, back to school and more.                    

Informazioni di Base sull'Estensione

Nome Add To Registry - Amazing Registry Add To Registry - Amazing Registry
ID fakaldmaepeakkcjljcakjphgknbbbmp
URL Ufficiale https://chromewebstore.google.com/detail/add-to-registry-amazing-r/fakaldmaepeakkcjljcakjphgknbbbmp
Descrizione Add gifts from any website to your Amazing Registry
Dimensione del File 9.69 KB
Conteggio Installazioni 796
Versione Corrente 1.1
Ultimo Aggiornamento 2014-11-19
Data di Pubblicazione 2014-11-19
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore https://www.amazingregistry.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.amazingregistry.com
URL della Pagina di Aiuto http://www.amazingregistry.com/help
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Add To Registry - Amazing Registry",
    "short_name": "Add To Registry",
    "description": "Add gifts from any website to your Amazing Registry",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "box19.png",
        "default_title": "Add To Registry - Amazing Registry"
    },
    "homepage_url": "http:\/\/www.amazingregistry.com",
    "icons": {
        "128": "box128.png",
        "48": "box48.png",
        "19": "box19.png",
        "16": "box16.png"
    }
}