Add to Giftster Wish List Registry

Add items from any store to your Giftster wish lists, including child account wish lists.

Cos'è Add to Giftster Wish List Registry?

Add to Giftster Wish List Registry è un'estensione di Chrome sviluppata da https://www.giftster.com, e la sua funzione principale è "Add items from any store to your Giftster wish lists, including child account wish lists.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add to Giftster Wish List Registry

Scarica i file di estensione Add to Giftster Wish List 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

                        Just click the Add to Giftster button when you are on a product page to add it to your wish list. Edit the details if desired, and add your star ranking, too.

Browse your favorite websites, add items to your list with Giftster, and your family and close friends only have to shop one list to discover all your favorite gift ideas.                    

Informazioni di Base sull'Estensione

Nome Add to Giftster Wish List Registry Add to Giftster Wish List Registry
ID igbiconphejknohhlfkbccjlemlnjndc
URL Ufficiale https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc
Descrizione Add items from any store to your Giftster wish lists, including child account wish lists.
Dimensione del File 138 KB
Conteggio Installazioni 7,640
Versione Corrente 1.1
Ultimo Aggiornamento 2022-06-08
Data di Pubblicazione 2016-11-11
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore https://www.giftster.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.giftster.com/add-to-giftster-button/
URL della Pagina di Aiuto https://help.giftster.com/
URL della Pagina della Politica sulla Privacy https://www.giftster.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Giftster Wish List Registry",
    "short_name": "Add to Giftster",
    "description": "Add items from any store to your Giftster wish lists, including child account wish lists.",
    "version": "1.1",
    "icons": {
        "16": "icon-128.png",
        "48": "icon-128.png",
        "64": "icon-128.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "browser-icon-16.png",
            "24": "browser-icon-32.png",
            "32": "browser-icon-64.png"
        },
        "default_popup": "popup.html",
        "default_title": "Add gift ideas from any site to Giftster"
    },
    "permissions": [
        "activeTab"
    ]
}