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.

Τι είναι το Give as you Live Donation Reminder;

Το Give as you Live Donation Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.giveasyoulive.com, και η κύρια λειτουργία του είναι "Give as you Live Online is the free way to raise funds for charity with your everyday online shopping.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Give as you Live Donation Reminder

Λήψη αρχείων επέκτασης Give as you Live Donation Reminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Give as you Live Donation Reminder Give as you Live Donation Reminder
ID fceblikkhnkbdimejiaapjnijnfegnii
Επίσημο URL https://chromewebstore.google.com/detail/give-as-you-live-donation/fceblikkhnkbdimejiaapjnijnfegnii
Περιγραφή Give as you Live Online is the free way to raise funds for charity with your everyday online shopping.
Μέγεθος Αρχείου 354 KB
Αριθμός Εγκαταστάσεων 11,195
Τρέχουσα Έκδοση 6.1.3.0
Τελευταία Ενημέρωση 2024-02-07
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.76/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής https://www.giveasyoulive.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.giveasyoulive.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.giveasyoulive.com/help
URL της Σελίδας Πολιτικής Απορρήτου https://www.giveasyoulive.com/privacy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": ".\/views\/popup.html",
        "default_icon": {
            "128": "images\/inactive_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "44": "images\/icon_44.png",
        "48": "images\/icon_48.png",
        "50": "images\/icon_50.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "150": "images\/icon_150.png"
    },
    "web_accessible_resources": [
        "images\/*.svg",
        "fonts\/*.woff2",
        "fonts\/*.ttf",
        "fonts\/*.otf"
    ]
}