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."입니다.

확장 프로그램 스크린샷

screenshot

Webmaster Tools Pro - Bulk URLs Removal Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Webmaster Tools Pro - Bulk URLs Removal Tools
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"
    }
}