Bing Pages

Manage and promote your Bing Pages content with our Chrome extension

Apa itu Bing Pages?

Bing Pages adalah ekstensi Chrome yang dikembangkan oleh Microsoft Corporation, dan fitur utamanya adalah "Manage and promote your Bing Pages content with our Chrome extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bing Pages

Unduh file ekstensi Bing Pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Bing Pages Bing Pages
ID imjkfeadoobmaemakmnaiiilafmadggo
URL Resmi https://chromewebstore.google.com/detail/bing-pages/imjkfeadoobmaemakmnaiiilafmadggo
Deskripsi Manage and promote your Bing Pages content with our Chrome extension
Ukuran File 12.02 KB
Jumlah Instalasi 684
Versi Saat Ini 0.6
Terakhir Diperbarui 2020-09-22
Tanggal Publikasi 2020-02-14
Penilaian 4.75/5 Total 8 Penilaian
Pengembang Microsoft Corporation
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://go.microsoft.com/fwlink?LinkId=521839
Bahasa yang Didukung 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"
    ]
}