WebMaster Tools - Bulk URL Removal
Google Search Console - Bulk URL Removal
WebMaster Tools - Bulk URL Removalとは何ですか?
WebMaster Tools - Bulk URL Removalはhttps://polymorphiclabs.ioによって開発されたChromeの拡張機能で、その主な機能は「Google Search Console - Bulk URL Removal」です。
拡張機能のスクリーンショット
WebMaster Tools - Bulk URL Removal拡張機能のCRXファイルをダウンロード
WebMaster Tools - Bulk URL Removal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension can remove a list of URLs from google via Google's search console formerly known as Google's 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/google-search-console-bulk-url-removal/#csv-format. Click on the the green trash can icon to upload your CSV file to kick off a bulk removal job. If you run into any issues, please file an issue on github: https://github.com/noitcudni/google-webmaster-tools-bulk-url-removal/issues
拡張機能の基本情報
名前 | WebMaster Tools - Bulk URL Removal |
ID | pmnpibilljafelnghknefahibdnfeece |
公式URL | https://chromewebstore.google.com/detail/webmaster-tools-bulk-url/pmnpibilljafelnghknefahibdnfeece |
説明 | Google Search Console - Bulk URL Removal |
ファイルサイズ | 375 KB |
インストール数 | 6,420 |
現在のバージョン | 3.1.3 |
最終更新日 | 2024-03-01 |
公開日 | 2020-06-01 |
評価 | 3.98/5 合計 85 レビュー |
開発者 | https://polymorphiclabs.io |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://google-search-console-bulk-url-removal-tool.com/ |
ヘルプページのURL | https://github.com/noitcudni/google-webmaster-tools-bulk-url-removal/issues |
プライバシーポリシーページのURL | https://polymorphiclabs.io/pages-output/privacy_policy |
対応言語 | en,es,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "3.1.3", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "images\/trash_icon16.png", "32": "images\/trash_icon32.png", "48": "images\/trash_icon48.png", "128": "images\/trash_icon128.png" }, "web_accessible_resources": [ { "resources": [ "inject_script.js" ], "matches": [ "https:\/\/search.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/*search-console*" ], "js": [ "inject.js", "compiled\/content-script.js" ], "run_at": "document_start" } ], "background": { "service_worker": "compiled\/background.js" }, "permissions": [ "storage", "downloads", "unlimitedStorage" ], "host_permissions": [ "https:\/\/api.gumroad.com\/v2\/licenses\/verify", "https:\/\/api.lemonsqueezy.com\/v1\/*" ], "manifest_version": 3 } |