Webmaster Tools Pro - Bulk URLs Removal Tools
Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click.
什麼是Webmaster Tools Pro - Bulk URLs Removal Tools?
Webmaster Tools Pro - Bulk URLs Removal Tools是由amzbase開發的Chrome擴展程式,該擴展的主要功能是“Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click.”。
擴展截圖
下載Webmaster Tools Pro - Bulk URLs Removal Tools擴展crx文件
下載Webmaster Tools Pro - Bulk URLs Removal Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Webmaster Tools Pro - Bulk URLs Removal Tools from Search Console Webmaster Tools Pro help you remove multiple URLs from google via Google's search console with one click.(Google's Webmaster tools) 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. When to use this tool: You need to get multiple URLs out of the google search results. You need to temporarily block google search results from your site. You need clear cached URLs from google search results. You need to take a list of URLs off google search quickly via search console. You’re cleaning up old content. You've updated the page to remove sensitive content, and want google to reflect the change in search results. You want them gone,for whatever reason. Privacy Policy: https://webmaster-assistant.burnbat.com/privacy FAQ: https://webmaster-assistant.burnbat.com/user-guide
擴展基本資訊
名稱 | Webmaster Tools Pro - Bulk URLs Removal Tools |
ID | ljbepmnpciafmechignolkhjhgmgblna |
官方網址 | https://chromewebstore.google.com/detail/webmaster-tools-pro-bulk/ljbepmnpciafmechignolkhjhgmgblna |
簡介 | Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click. |
檔案大小 | 91.72 KB |
安裝次數 | 165 |
目前版本 | 0.0.3 |
更新時間 | 2023-10-01 |
上架時間 | 2022-07-12 |
評分 | 2.00/5 共 4 次評分 |
開發者 | amzbase |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://webmaster-assistant.burnbat.com/ |
說明頁面URL | https://webmaster-assistant.burnbat.com/ |
隱私政策頁面URL | https://webmaster-assistant.burnbat.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Webmaster Tools Pro", "name": "Webmaster Tools Pro - Bulk URLs Removal Tools", "description": "Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click. ", "version": "0.0.3", "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/search.google.com\/*", "https:\/\/webmaster-assistant.extensionfox.com\/*", "http:\/\/localhost:8002\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icon\/webmaster-assistant.png", "32": "\/icon\/webmaster-assistant.png", "48": "\/icon\/webmaster-assistant.png", "128": "\/icon\/webmaster-assistant.png" } }, "icons": { "16": "\/icon\/webmaster-assistant.png", "32": "\/icon\/webmaster-assistant.png", "48": "\/icon\/webmaster-assistant.png", "128": "\/icon\/webmaster-assistant.png" } } |