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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}