WebMasterTools: Bulk Outdated Content Removal
This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter…
WebMasterTools: Bulk Outdated Content Removalคืออะไร?
WebMasterTools: Bulk Outdated Content Removal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://polymorphiclabs.io และคุณลักษณะหลักของมันคือ "This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebMasterTools: Bulk Outdated Content Removal
ดาวน์โหลดไฟล์ส่วนขยาย WebMasterTools: Bulk Outdated Content Removal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter individual URLs manually one by one. ATTENTION: if nothing happens, please refresh the page and do it again. Also, your language settings must be in English. 1. Create a list of outdated urls to be removed and store them in a file. All urls are separated by \n. 2. Visit https://search.google.com/search-console/remove-outdated-content 3. Click on the red trash can icon and submit your CSV file. If you run into any issues, please file an issue on github: https://github.com/noitcudni/google-webmaster-tools-bulk-outdated-content-removal/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebMasterTools: Bulk Outdated Content Removal |
ID | nifcnomokilnniefahjbcelkepelpphl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webmastertools-bulk-outda/nifcnomokilnniefahjbcelkepelpphl |
คำอธิบาย | This extension performs Google Webmaster Tools' "remove outdated content" against a list of URLs., so you don't need to enter… |
ขนาดไฟล์ | 1.47 MB |
จำนวนการติดตั้ง | 432 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2023-12-27 |
วันที่เผยแพร่ | 2020-04-22 |
คะแนน | 3.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://polymorphiclabs.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://github.com/noitcudni/google-webmaster-tools-bulk-outdated-content-removal |
URL หน้าช่วยเหลือ | https://github.com/noitcudni/google-webmaster-tools-bulk-outdated-content-removal/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://polymorphiclabs.io/pages-output/privacy_policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebMasterTools: Bulk Outdated Content Removal", "version": "1.8", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "icons": { "16": "images\/red_trash_icon16.png", "32": "images\/red_trash_icon32.png", "48": "images\/red_trash_icon48.png", "128": "images\/red_trash_icon128.png" }, "web_accessible_resources": [ { "resources": [ "inject_script.js" ], "matches": [ "https:\/\/search.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/search-console\/remove-outdated-content*" ], "js": [ "inject.js", "compiled\/content-script.js" ], "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 } |