easyfundraising Donation Reminder

Never miss a donation for your charity or good cause again with the easyfundraising donation reminder

Τι είναι το easyfundraising Donation Reminder;

Το easyfundraising Donation Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easyfundraising.org.uk, και η κύρια λειτουργία του είναι "Never miss a donation for your charity or good cause again with the easyfundraising donation reminder".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get free donations for your favourite cause in just one click. Add easyfundraising’s Donation Reminder to your browser and we’ll find donations for your good cause.
 
easyfundraising works with over 7,000 brands and our Donation Reminder will let you know when a free donation is available as you shop.
 
easyfundraising are the UK’s BIGGEST charity fundraising site.
✓ Trusted by 2.3 MILLION fundraisers
✓ Over £50 MILLION raised so far
✓ Rated EXCELLENT on Trustpilot
 
——————————————
 
By installing the Donation Reminder, you are agreeing to the End-user Licence Agreement and Privacy Policies at:

* https://www.easyfundraising.org.uk/eula/

* https://www.easyfundraising.org.uk/privacy/

For information on the permissions the Donation Reminder uses, please see:
* https://www.easyfundraising.org.uk/terms/extension-permissions

You can manage your data preferences at any time by visiting My Account on the easyfundraising website at:
* https://www.easyfundraising.org.uk/account/home/

For information on the permissions the Donation Reminder uses, please see:
* https://www.easyfundraising.org.uk/terms/extension-permissions



You can manage your data preferences at any time by visiting My Account on the easyfundraising website at:

* https://www.easyfundraising.org.uk/account/home/                    

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

Όνομα easyfundraising Donation Reminder easyfundraising Donation Reminder
ID plfknkdmhngcjepkalkhgpmhpolandfp
Επίσημο URL https://chromewebstore.google.com/detail/easyfundraising-donation/plfknkdmhngcjepkalkhgpmhpolandfp
Περιγραφή Never miss a donation for your charity or good cause again with the easyfundraising donation reminder
Μέγεθος Αρχείου 4.04 MB
Αριθμός Εγκαταστάσεων 110,057
Τρέχουσα Έκδοση 6.0.0
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2020-06-22
Αξιολόγηση 4.59/5 Συνολικά 330 Αξιολογήσεις
Προγραμματιστής https://easyfundraising.org.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.easyfundraising.org.uk/donation-reminder/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.easyfundraising.org.uk/support/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://www.easyfundraising.org.uk/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "easyfundraising Donation Reminder",
    "description": "Never miss a donation for your charity or good cause again with the easyfundraising donation reminder",
    "version": "6.0.0",
    "homepage_url": "https:\/\/www.easyfundraising.org.uk\/",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "easyfundraising Donation Reminder",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/easyfundraising\/default\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "pageload.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/mail.*\/*",
                "*:\/\/*.youtube.*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "serps.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*",
                "*:\/\/www.bing.*\/*",
                "*:\/\/www2.bing.*\/*",
                "*:\/\/uk.search.yahoo.*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "homepage.js"
            ],
            "matches": [
                "*:\/\/*.easyfundraising.org.uk\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "js": [
                "retailer.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/mail.*\/*",
                "*:\/\/*.google.*\/*",
                "*:\/\/*.bing.*\/*",
                "*:\/\/*.youtube.*\/*",
                "*:\/\/uk.search.yahoo.*\/*",
                "*:\/\/*.easyfundraising.org.uk\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icons\/easyfundraising\/default\/128.png"
    },
    "minimum_chrome_version": "88"
}