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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amzbase และคุณลักษณะหลักของมันคือ "Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webmaster Tools Pro - Bulk URLs Removal Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ljbepmnpciafmechignolkhjhgmgblna |
URL อย่างเป็นทางการ | 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" } } |