iGive Button

Turn shopping, searching, and bookmarking into free donations for your charity.

Qu'est-ce que iGive Button ?

iGive Button est une extension Chrome développée par https://www.igive.com, et sa fonction principale est "Turn shopping, searching, and bookmarking into free donations for your charity.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iGive Button

Téléchargez les fichiers d'extension iGive Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🎁 Turn Shopping into FREE Donations with the iGive Button for Chrome! 

🌟 Make a Difference the Easy Way 
The iGive Button for Chrome is your ticket to effortless charity support! Simply install it and shop online just like you always do.

✅ Support ANY Cause, Big or Small 
Whether it's animal shelters, schools, churches, disease research groups, or local PTA chapters, you can champion the causes you care about. No need for 501(c)3 nonprofit status. 

👥 Add Your Group or Cause 
List your cause or charity at iGive and help it thrive. You can list any cause, big or small, from schools and churches to disease research groups and local PTAs. 501(c)3 nonprofit status is not required.

🤝 Every Shopper Makes a Difference 
Join the 450,000+ shoppers who've been supporting their favorite causes since 1997. Together, we've sent $11 million to 135,000+ causes, with active iGive members averaging over $100 annually for their cause. Make your shopping count for more today! 

💰 Extra Bonus for First Purchase 
When you make your first purchase through iGive, we'll donate an additional bonus to your chosen cause! Start making an impact right away! 

🌐 Over 1,800 Partner Stores 
Discover 1,800+ stores that want to help you make a difference. On average, our users get 3% donations (compare that to the recently-closed AmazonSmile's half a percent). Stores cover the costs, and you might even save with coupons and deals. From pet rescues to 3rd-grade classrooms, iGive helps you make your shopping count for more. 

📱 Seamless Integration with Apps 
The iGive Button is just the beginning. We offer iPhone, iPad, & Android apps to simplify your charitable shopping journey. Plus, the optional iGive Button is a breeze to install and uninstall. It automatically activates at participating stores, so you never miss a chance to give back. 

📜 Explore Our Policies 
Terms of Service:  https://www.igive.com/isearch/tos.cfm
Privacy Policy: https://www.igive.com/isearch/privacy.cfm                    

Informations de Base sur l'Extension

Nom iGive Button iGive Button
ID igcjdamjhkmdccbmbilbpabpofenchge
URL Officiel https://chromewebstore.google.com/detail/igive-button/igcjdamjhkmdccbmbilbpabpofenchge
Description Turn shopping, searching, and bookmarking into free donations for your charity.
Taille du Fichier 672 KB
Nombre d'Installations 10,000
Version Actuelle 10.0.0.4
Dernière Mise à Jour 2024-02-01
Date de Publication 2018-05-24
Évaluation 4.26/5 Total 47 Évaluations
Développeur https://www.igive.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.igive.com/button
URL de la Page d'Aide http://support.igive.com/kb/a136/igive-button-how-it-works.aspx
URL de la Page de Politique de Confidentialité https://www.igive.com/isearch/privacy.cfm
Langues Prises en Charge en-US
manifest.json
{
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html",
        "default_title": "iGive button"
    },
    "author": "iGive.com Holdings LLC",
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Turn shopping, searching, and bookmarking into free donations for your charity.",
    "homepage_url": "https:\/\/www.igive.com",
    "host_permissions": [
        "*:\/\/*.igive.com\/*"
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD1UGB0us0bIH510sHipGdF2nC++i2HklQWPet6JL5qM8RbCl9fzcadit9GLq3Gsfs1cM8mVjLy4cU4Zwttw7Eo18eT+kQz\/jehdijgXniNlaTi1Uqw6JA26ypyRZa8V5\/O7sloq2ViJIpNSOVRumUSBx2UkF3lsIhLXoB02GiyfwIDAQAB",
    "manifest_version": 3,
    "name": "iGive Button",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "10.0.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "icon-128.png"
            ]
        }
    ]
}