iGive Button

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

什麼是iGive Button?

iGive Button是由https://www.igive.com開發的Chrome擴展程式,該擴展的主要功能是“Turn shopping, searching, and bookmarking into free donations for your charity.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載iGive Button擴展crx文件

下載iGive Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🎁 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                    

擴展基本資訊

名稱 iGive Button iGive Button
ID igcjdamjhkmdccbmbilbpabpofenchge
官方網址 https://chromewebstore.google.com/detail/igive-button/igcjdamjhkmdccbmbilbpabpofenchge
簡介 Turn shopping, searching, and bookmarking into free donations for your charity.
檔案大小 672 KB
安裝次數 10,000
目前版本 10.0.0.4
更新時間 2024-02-01
上架時間 2018-05-24
評分 4.26/5 共 47 次評分
開發者 https://www.igive.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.igive.com/button
說明頁面URL http://support.igive.com/kb/a136/igive-button-how-it-works.aspx
隱私政策頁面URL https://www.igive.com/isearch/privacy.cfm
支援的語言 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"
            ]
        }
    ]
}