Give as you Live Donation Reminder
Give as you Live Online is the free way to raise funds for charity with your everyday online shopping.
O que é Give as you Live Donation Reminder?
Give as you Live Donation Reminder é uma extensão do Chrome desenvolvida por https://www.giveasyoulive.com, e sua principal característica é "Give as you Live Online is the free way to raise funds for charity with your everyday online shopping.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Give as you Live Donation Reminder
Baixe arquivos de extensão Give as you Live Donation Reminder 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
Choose who to support from 200,000+ charities, ranging from big national charities to local schools, churches and social groups, then shop online at any of our 6,000+ leading retailers. Shopping with the Donation Reminder means you'll never miss a chance to raise free donations for the charity of your choice. You can also quickly access your favourite stores, your donations so far, and your account via the Give as you Live Online icon that sits at the top of your browser. Privacy policy: https://www.giveasyoulive.com/privacy Terms and conditions: https://www.giveasyoulive.com/terms EULA: https://www.giveasyoulive.com/eula
Informações Básicas da Extensão
Nome | |
ID | fceblikkhnkbdimejiaapjnijnfegnii |
URL Oficial | https://chromewebstore.google.com/detail/give-as-you-live-donation/fceblikkhnkbdimejiaapjnijnfegnii |
Descrição | Give as you Live Online is the free way to raise funds for charity with your everyday online shopping. |
Tamanho do Arquivo | 354 KB |
Contagem de Instalações | 11,195 |
Versão Atual | 6.1.3.0 |
Última Atualização | 2024-02-07 |
Data de Publicação | 2020-06-30 |
Classificação | 4.76/5 Total de 41 Avaliações |
Desenvolvedor | https://www.giveasyoulive.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.giveasyoulive.com |
URL da Página de Ajuda | https://www.giveasyoulive.com/help |
URL da Página de Política de Privacidade | https://www.giveasyoulive.com/privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Give as you Live Ltd", "name": "Give as you Live Donation Reminder", "version": "6.1.3.0", "description": "Give as you Live Online is the free way to raise funds for charity with your everyday online shopping.", "manifest_version": 2, "homepage_url": "https:\/\/www.giveasyoulive.com", "background": { "persistent": true, "scripts": [ ".\/background.bundle.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.giveasyoulive.com\/*" ], "js": [ ".\/extensionInstalled.bundle.js" ], "run_at": "document_start" }, { "css": [ ".\/styles\/css\/serp.css" ], "js": [ ".\/serp.bundle.js" ], "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.co.uk\/*", "*:\/\/*.bing.com\/*", "*:\/\/uk.search.yahoo.com\/*", "*:\/\/search.yahoo.com\/*" ], "run_at": "document_end" }, { "js": [ ".\/retailer.bundle.js" ], "matches": [ " |