Bing Pages

Manage and promote your Bing Pages content with our Chrome extension

Bing Pages là gì?

Bing Pages 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à "Manage and promote your Bing Pages content with our Chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bing Pages

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

                        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                    

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

Tên Bing Pages Bing Pages
ID imjkfeadoobmaemakmnaiiilafmadggo
URL Chính Thức https://chromewebstore.google.com/detail/bing-pages/imjkfeadoobmaemakmnaiiilafmadggo
Mô tả Manage and promote your Bing Pages content with our Chrome extension
Kích Thước Tệp 12.02 KB
Số Lần Cài Đặt 684
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2020-09-22
Ngày Phát Hành 2020-02-14
Đánh Giá 4.75/5 Tổng số 8 Đá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ợ 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"
    ]
}