iGive Button

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

Apa itu iGive Button?

iGive Button adalah ekstensi Chrome yang dikembangkan oleh https://www.igive.com, dan fitur utamanya adalah "Turn shopping, searching, and bookmarking into free donations for your charity.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi iGive Button

Unduh file ekstensi iGive Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🎁 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                    

Informasi Dasar Ekstensi

Nama iGive Button iGive Button
ID igcjdamjhkmdccbmbilbpabpofenchge
URL Resmi https://chromewebstore.google.com/detail/igive-button/igcjdamjhkmdccbmbilbpabpofenchge
Deskripsi Turn shopping, searching, and bookmarking into free donations for your charity.
Ukuran File 672 KB
Jumlah Instalasi 10,000
Versi Saat Ini 10.0.0.4
Terakhir Diperbarui 2024-02-01
Tanggal Publikasi 2018-05-24
Penilaian 4.26/5 Total 47 Penilaian
Pengembang https://www.igive.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.igive.com/button
URL Halaman Bantuan http://support.igive.com/kb/a136/igive-button-how-it-works.aspx
URL Halaman Kebijakan Privasi https://www.igive.com/isearch/privacy.cfm
Bahasa yang Didukung 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"
            ]
        }
    ]
}