Microsoft Bing Search with Rewards
Use the Microsoft Rewards extension to find new ways to earn every day, easily track your points and set your default search to Bing
Microsoft Bing Search with Rewardsคืออะไร?
Microsoft Bing Search with Rewards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "Use the Microsoft Rewards extension to find new ways to earn every day, easily track your points and set your default search to Bing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Bing Search with Rewards
ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Bing Search with Rewards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
• See your point balance and status any time • Get easy access to your rewards and redemption pages • Quickly complete daily offers to earn points • Track how many points you earn each day • See how many points you need to redeem your goal reward • See how many points you need to maintain Level 2 status this month (Level 2 members only) About Microsoft Rewards It’s the easiest way to get rewarded for doing what you already do. Just search with Bing, browse with Microsoft Edge, and shop at the Microsoft and Windows stores to earn free rewards. Just sign in to Microsoft Rewards or join today (https://www.bing.com/explore/rewards). Here’s what you get Movies, music, games, apps, and more. Just redeem the points for the content you want, or use points towards the purchase of an Xbox One and other great devices. No other program gives you benefits for doing the stuff you love with Microsoft products and devices.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Microsoft Bing Search with Rewards |
ID | fbgcedjacmlbgleddnoacbnijgmiolem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/microsoft-bing-search-wit/fbgcedjacmlbgleddnoacbnijgmiolem |
คำอธิบาย | Use the Microsoft Rewards extension to find new ways to earn every day, easily track your points and set your default search to Bing |
ขนาดไฟล์ | 73.82 KB |
จำนวนการติดตั้ง | 3,026,692 |
เวอร์ชันปัจจุบัน | 2.16 |
อัปเดตครั้งล่าสุด | 2023-07-30 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 4.06/5 รวมทั้งหมด 1064 คะแนน |
ผู้พัฒนา | Microsoft Corporation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://go.microsoft.com/fwlink?LinkId=521839 |
ภาษาที่รองรับ | de,en,fr,nl,no,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,uk,zh-CN,zh-TW,ja |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js", "ping.js", "notifications.js", "extensionTracking.js", "firstSearchNotificationBackground.js" ] }, "browser_action": { "default_icon": { "128": "images\/128x128.png", "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png" }, "default_popup": "rewards_popup.html" }, "chrome_settings_overrides": { "search_provider": { "favicon_url": "https:\/\/www.bing.com\/favicon.ico", "is_default": true, "prepopulated_id": 3, "search_url": "https:\/\/www.bing.com\/search?FORM=U523MF&PC=__PARAM__U523&q={searchTerms}", "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U523DF&PC=__PARAM__U523&query={searchTerms}" } }, "default_locale": "en", "description": "__MSG_RewardsDesc__", "externally_connectable": { "matches": [ "https:\/\/www.bing.com\/*", "https:\/\/browserdefaults.microsoft.com\/*" ] }, "icons": { "128": "images\/128x128.png", "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "__MSG_RewardsTitle__", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "management", "notifications", "alarms", "storage", "webRequest", "webRequestBlocking" ], "short_name": "__MSG_RewardsTitle__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.16", "web_accessible_resources": [ "*.png" ] } |