Add To Registry - Amazing Registry

Add gifts from any website to your Amazing Registry

Co je Add To Registry - Amazing Registry?

Add To Registry - Amazing Registry je rozšíření Chrome vyvinuté https://www.amazingregistry.com, a jeho hlavní funkcí je „Add gifts from any website to your Amazing Registry“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Add To Registry - Amazing Registry

Stáhněte si soubory rozšíření Add To Registry - Amazing Registry ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Add To Registry - Amazing Registry Add To Registry - Amazing Registry
ID fakaldmaepeakkcjljcakjphgknbbbmp
Oficiální URL https://chromewebstore.google.com/detail/add-to-registry-amazing-r/fakaldmaepeakkcjljcakjphgknbbbmp
Popis Add gifts from any website to your Amazing Registry
Velikost souboru 9.69 KB
Počet instalací 796
Aktuální Verze 1.1
Poslední Aktualizace 2014-11-19
Datum Vydání 2014-11-19
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář https://www.amazingregistry.com
Typ Platby free
Webové stránky Rozšíření http://www.amazingregistry.com
URL Stránky Nápovědy http://www.amazingregistry.com/help
Podporované Jazyky 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"
    }
}