Bing Pages
Manage and promote your Bing Pages content with our Chrome extension
什麼是Bing Pages?
Bing Pages是由Microsoft Corporation開發的Chrome擴展程式,該擴展的主要功能是“Manage and promote your Bing Pages content with our Chrome extension”。
擴展截圖
下載Bing Pages擴展crx文件
下載Bing Pages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Grow your online presence with the Bing Pages extension for Chrome. Here’s what you’ll get • Instant access to your account on Bing Pages, where you can manage your presence on Bing and other Microsoft products • One-click access to rich analytics and post promotions, which are free on Bing • Notifications about post promotions and more
擴展基本資訊
名稱 | Bing Pages |
ID | imjkfeadoobmaemakmnaiiilafmadggo |
官方網址 | https://chromewebstore.google.com/detail/bing-pages/imjkfeadoobmaemakmnaiiilafmadggo |
簡介 | Manage and promote your Bing Pages content with our Chrome extension |
檔案大小 | 12.02 KB |
安裝次數 | 684 |
目前版本 | 0.6 |
更新時間 | 2020-09-22 |
上架時間 | 2020-02-14 |
評分 | 4.75/5 共 8 次評分 |
開發者 | Microsoft Corporation |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://go.microsoft.com/fwlink?LinkId=521839 |
支援的語言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js", "ping.js" ] }, "browser_action": { "default_icon": "images\/BingStarPage_48.png" }, "default_locale": "en", "description": "__MSG_BingPagesDesc__", "externally_connectable": { "matches": [ "http:\/\/.msn.com\/", "https:\/\/.msn.com\/", "http:\/\/.microsoft.com\/", "https:\/\/.microsoft.com\/", "http:\/\/.bing.com\/", "https:\/\/.bing.com\/" ] }, "icons": { "128": "images\/BingStarPage_128.png", "16": "images\/BingStarPage_16.png", "48": "images\/BingStarPage_48.png", "64": "images\/BingStarPage_64.png" }, "manifest_version": 2, "name": "__MSG_BingPagesTitle__", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "__MSG_BingPagesTitle__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.6", "web_accessible_resources": [ "images\/BingStarPage_16.png" ] } |