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 là gì?
Bing Webmaster Tools - Bulk Url Removal là một tiện ích mở rộng Chrome được phát triển bởi https://polymorphiclabs.io, và tính năng chính của nó là "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…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bing Webmaster Tools - Bulk Url Removal
Tải xuống các tệp mở rộng Bing Webmaster Tools - Bulk Url Removal 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bing Webmaster Tools - Bulk Url Removal |
ID | knhcaipgfilkpgkejhmjbgklpalkaahi |
URL Chính Thức | https://chromewebstore.google.com/detail/bing-webmaster-tools-bulk/knhcaipgfilkpgkejhmjbgklpalkaahi |
Mô tả | 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… |
Kích Thước Tệp | 1.47 MB |
Số Lần Cài Đặt | 304 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2021-04-03 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://polymorphiclabs.io |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal |
URL Trang Trợ Giúp | https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal/issues |
URL Trang Chính Sách Bảo Mật | https://polymorphiclabs.io/pages-output/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |