iGive Button

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

Wat is iGive Button?

iGive Button is een Chrome-extensie ontwikkeld door https://www.igive.com, en de belangrijkste functie is "Turn shopping, searching, and bookmarking into free donations for your charity.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iGive Button

Download iGive Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🎁 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                    

Basisinformatie over de Extensie

Naam iGive Button iGive Button
ID igcjdamjhkmdccbmbilbpabpofenchge
Officiële URL https://chromewebstore.google.com/detail/igive-button/igcjdamjhkmdccbmbilbpabpofenchge
Beschrijving Turn shopping, searching, and bookmarking into free donations for your charity.
Bestandsgrootte 672 KB
Aantal Installaties 10,000
Huidige Versie 10.0.0.4
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2018-05-24
Beoordeling 4.26/5 Totaal 47 Beoordelingen
Ontwikkelaar https://www.igive.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.igive.com/button
Help Pagina-URL http://support.igive.com/kb/a136/igive-button-how-it-works.aspx
URL van de Privacybeleid Pagina https://www.igive.com/isearch/privacy.cfm
Ondersteunde Talen 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"
            ]
        }
    ]
}