thegivingmachine

Never miss a free donation for your chosen cause! Designed for your desktop and laptop, TheGivingMachine's Shop&Give reminder sits…

Τι είναι το thegivingmachine;

Το thegivingmachine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.thegivingmachine.co.uk, και η κύρια λειτουργία του είναι "Never miss a free donation for your chosen cause! Designed for your desktop and laptop, TheGivingMachine's Shop&Give reminder sits…".

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

screenshot
screenshot
screenshot

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

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

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

                        Never miss a free donation for your chosen cause!

Designed for your desktop and laptop, TheGivingMachine's Shop&Give reminder sits on your browser so when you search for products and shops online, our heart icon will appear next to shops giving free donations. This little beauty from our charity:

- Is Free and easy to install
- Has no annoying advertising
- Works with over 2,200 participating shops
- Helps you raise more for your favourite cause(s)

Online shopping via TheGivingMachine enables you to generate free donations for the causes you choose every time you shop online.

With our Shop&Give reminder, you'll never miss the chance to generate a free donation again.

When you buy from a participating shop via our website or with the help of our Shop&Give reminder, you generate a small sales commission.

Simply download and install and it will let you know what shops are participating and give you the chance to ensure your causes don't miss out.
TheGivingMachine is the UK charity charity that converts the commissions you generate into free donations for the causes, schools and community groups you choose.

It doesn't cost you a penny extra. Being not for profit, our charity converts up to 70% into free donations with the remainder contributing towards the costs of maintaining the website and distributing donations.

Being a charity, our focus is on maximising the support you can give to your causes not shareholder returns.

Shops love working with us to help make a difference to over 7,500 charities, schools and community groups all across the UK.                    

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

Όνομα thegivingmachine thegivingmachine
ID pjbeilooofpbiniinenlimejaahodmii
Επίσημο URL https://chromewebstore.google.com/detail/thegivingmachine/pjbeilooofpbiniinenlimejaahodmii
Περιγραφή Never miss a free donation for your chosen cause! Designed for your desktop and laptop, TheGivingMachine's Shop&Give reminder sits…
Μέγεθος Αρχείου 2.12 MB
Αριθμός Εγκαταστάσεων 2,276
Τρέχουσα Έκδοση 5.0.13
Τελευταία Ενημέρωση 2023-06-15
Ημερομηνία Δημοσίευσης 2020-06-22
Αξιολόγηση 4.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://www.thegivingmachine.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.thegivingmachine.co.uk/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "thegivingmachine",
    "version": "5.0.13",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "The Giving Machine",
        "default_icon": {
            "16": "assets\/tgm-16.png",
            "32": "assets\/tgm-32.ico",
            "48": "assets\/tgm-48.png",
            "128": "assets\/tgm-128.png"
        }
    },
    "icons": {
        "16": "assets\/tgm-16.png",
        "32": "assets\/tgm-32.ico",
        "48": "assets\/tgm-48.png",
        "128": "assets\/tgm-128.png"
    }
}