Bing Webmaster Tools - Bulk Url Removal

This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…

Bing Webmaster Tools - Bulk Url Removalとは何ですか?

Bing Webmaster Tools - Bulk Url Removalはhttps://polymorphiclabs.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…」です。

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

screenshot

Bing Webmaster Tools - Bulk Url Removal拡張機能のCRXファイルをダウンロード

Bing Webmaster Tools - Bulk Url Removal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste individual URL manually and click on the remove button one at a time. Instead, create a CSV file with all your to-be-removed URLs in it, "upload it", and click on remove.

To learn more about the expected CSV format, please refer to the CSV Format section on https://github.com/noitcudni/bing-webmaster-bulk-url-removal/#csv-format.

Click on the the blue trash can icon to upload your CSV file to kick off a bulk removal job.                    

拡張機能の基本情報

名前 Bing Webmaster Tools - Bulk Url Removal Bing Webmaster Tools - Bulk Url Removal
ID knhcaipgfilkpgkejhmjbgklpalkaahi
公式URL https://chromewebstore.google.com/detail/bing-webmaster-tools-bulk/knhcaipgfilkpgkejhmjbgklpalkaahi
説明 This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…
ファイルサイズ 1.47 MB
インストール数 304
現在のバージョン 1.6
最終更新日 2024-03-01
公開日 2021-04-03
評価 5.00/5 合計 3 レビュー
開発者 https://polymorphiclabs.io
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal
ヘルプページのURL https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal/issues
プライバシーポリシーページのURL https://polymorphiclabs.io/pages-output/privacy_policy
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bing Webmaster Tools - Bulk Url Removal",
    "version": "1.6",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/bing_trash_can_16.png",
        "32": "images\/bing_trash_can_32.png",
        "48": "images\/bing_trash_can_48.png",
        "128": "images\/bing_trash_can_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bing.com\/webmasters\/searchconfig\/blockurl*"
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "css": [
                "bootstrap.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/api.gumroad.com\/v2\/licenses\/verify",
        "https:\/\/api.lemonsqueezy.com\/*"
    ],
    "manifest_version": 3
}