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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 Bing Pages
ID imjkfeadoobmaemakmnaiiilafmadggo
公式URL 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
Eメール [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"
    ]
}