iGive Button

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

iGive Button là gì?

iGive Button là một tiện ích mở rộng Chrome được phát triển bởi https://www.igive.com, và tính năng chính của nó là "Turn shopping, searching, and bookmarking into free donations for your charity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng iGive Button

Tải xuống các tệp mở rộng iGive Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🎁 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iGive Button iGive Button
ID igcjdamjhkmdccbmbilbpabpofenchge
URL Chính Thức https://chromewebstore.google.com/detail/igive-button/igcjdamjhkmdccbmbilbpabpofenchge
Mô tả Turn shopping, searching, and bookmarking into free donations for your charity.
Kích Thước Tệp 672 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 10.0.0.4
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2018-05-24
Đánh Giá 4.26/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://www.igive.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.igive.com/button
URL Trang Trợ Giúp http://support.igive.com/kb/a136/igive-button-how-it-works.aspx
URL Trang Chính Sách Bảo Mật https://www.igive.com/isearch/privacy.cfm
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}