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.
¿Qué es Give as you Live Donation Reminder?
Give as you Live Donation Reminder es una extensión de Chrome desarrollada por https://www.giveasyoulive.com, y su función principal es "Give as you Live Online is the free way to raise funds for charity with your everyday online shopping.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Give as you Live Donation Reminder
Descarga archivos de extensión Give as you Live Donation Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fceblikkhnkbdimejiaapjnijnfegnii |
URL Oficial | https://chromewebstore.google.com/detail/give-as-you-live-donation/fceblikkhnkbdimejiaapjnijnfegnii |
Descripción | Give as you Live Online is the free way to raise funds for charity with your everyday online shopping. |
Tamaño del Archivo | 354 KB |
Cantidad de Instalaciones | 11,195 |
Versión Actual | 6.1.3.0 |
Última Actualización | 2024-02-07 |
Fecha de Publicación | 2020-06-30 |
Calificación | 4.76/5 Total de 41 Calificaciones |
Desarrollador | https://www.giveasyoulive.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.giveasyoulive.com |
URL de la Página de Ayuda | https://www.giveasyoulive.com/help |
URL de la Página de Política de Privacidad | https://www.giveasyoulive.com/privacy |
Idiomas Soportados | 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": [ " |