Give with Bing

More than 1 million nonprofits, one easy way to give. Make a difference for free when you search with Bing.

Give with Bing là gì?

Give with Bing là một tiện ích mở rộng Chrome được phát triển bởi Microsoft Corporation, và tính năng chính của nó là "More than 1 million nonprofits, one easy way to give. Make a difference for free when you search with Bing.".

Ả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 Give with Bing

Tải xuống các tệp mở rộng Give with Bing 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

                        Here’s how it works:
· Choose from more than 1 million nonprofits to support
· Search on Bing to earn Microsoft Rewards points 
· Use your points to make donations—at no cost to you

To get started, install the extension and sign in to join Microsoft Rewards, our loyalty program. This will enable Give Mode on Bing.  When you search in Give Mode, your searches earn points for your cause. The extension also sets Bing as your default search engine, making the process seamless.

To date, Microsoft Rewards members have contributed more than $4 million to nonprofits around the globe. Use this extension for quick access to your giving history, opportunities to share your impact, and new ways to donate.

*You will receive emails about Microsoft Rewards, including offers about Microsoft and partner products.                    

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

Tên Give with Bing Give with Bing
ID pedmlpceiodameienmmkpkkpilgklmfh
URL Chính Thức https://chrome.google.com/webstore/detail/give-with-bing/pedmlpceiodameienmmkpkkpilgklmfh
Mô tả More than 1 million nonprofits, one easy way to give. Make a difference for free when you search with Bing.
Kích Thước Tệp 154 KB
Số Lần Cài Đặt 18,721
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2022-10-06
Ngày Phát Hành 2020-06-15
Đánh Giá 4.42/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Microsoft Corporation
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://go.microsoft.com/fwlink?LinkId=521839
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.15",
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "description": "__MSG_ExtnDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "tabs",
        "alarms",
        "contextMenus",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "background": {
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js",
            ".\/qsbackground.bundle.js",
            ".\/scripts\/firstSearchNotification-chrome.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?FORM=MY01DC&PC=U569&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=MY01DC&PC=U569&query={searchTerms}"
        }
    },
    "icons": {
        "16": ".\/assets\/icon_16x16.png",
        "32": ".\/assets\/icon_32x32.png",
        "64": ".\/assets\/icon_64x64.png",
        "128": ".\/assets\/icon_128x128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*png",
        "templates\/quickSearch.html"
    ]
}