Add to Giftster Wish List Registry
Add items from any store to your Giftster wish lists, including child account wish lists.
O que é Add to Giftster Wish List Registry?
Add to Giftster Wish List Registry é uma extensão do Chrome desenvolvida por https://www.giftster.com, e sua principal característica é "Add items from any store to your Giftster wish lists, including child account wish lists.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Add to Giftster Wish List Registry
Baixe arquivos de extensão Add to Giftster Wish List Registry no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Add to Giftster Wish List Registry |
ID | igbiconphejknohhlfkbccjlemlnjndc |
URL Oficial | https://chromewebstore.google.com/detail/add-to-giftster-wish-list/igbiconphejknohhlfkbccjlemlnjndc |
Descrição | Add items from any store to your Giftster wish lists, including child account wish lists. |
Tamanho do Arquivo | 138 KB |
Contagem de Instalações | 7,640 |
Versão Atual | 1.1 |
Última Atualização | 2022-06-08 |
Data de Publicação | 2016-11-11 |
Classificação | 4.56/5 Total de 9 Avaliações |
Desenvolvedor | https://www.giftster.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.giftster.com/add-to-giftster-button/ |
URL da Página de Ajuda | https://help.giftster.com/ |
URL da Página de Política de Privacidade | https://www.giftster.com/privacy |
Idiomas Suportados | 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" ] } |