Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
O que é Add to Giftwhale wish list?
Add to Giftwhale wish list é uma extensão do Chrome desenvolvida por https://giftwhale.com, e sua principal característica é "Add any item to your Giftwhale wish lists right from within your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Add to Giftwhale wish list
Baixe arquivos de extensão Add to Giftwhale wish list 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
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
Informações Básicas da Extensão
Nome | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
URL Oficial | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Descrição | Add any item to your Giftwhale wish lists right from within your browser. |
Tamanho do Arquivo | 676 KB |
Contagem de Instalações | 256 |
Versão Atual | 1.0.3 |
Última Atualização | 2022-07-08 |
Data de Publicação | 2022-06-29 |
Desenvolvedor | https://giftwhale.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://giftwhale.com |
URL da Página de Ajuda | https://giftwhale.com/contact |
URL da Página de Política de Privacidade | https://giftwhale.com/privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |