Webmaster Tools Pro - Bulk URLs Removal Tools
Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click.
Qu'est-ce que Webmaster Tools Pro - Bulk URLs Removal Tools ?
Webmaster Tools Pro - Bulk URLs Removal Tools est une extension Chrome développée par amzbase, et sa fonction principale est "Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Webmaster Tools Pro - Bulk URLs Removal Tools
Téléchargez les fichiers d'extension Webmaster Tools Pro - Bulk URLs Removal Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Webmaster Tools Pro - Bulk URLs Removal Tools |
ID | ljbepmnpciafmechignolkhjhgmgblna |
URL Officiel | https://chromewebstore.google.com/detail/webmaster-tools-pro-bulk/ljbepmnpciafmechignolkhjhgmgblna |
Description | Google Search Console Bulk URLs Removal Tool, Remove urls in bulk in minutes with one click. |
Taille du Fichier | 91.72 KB |
Nombre d'Installations | 165 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-10-01 |
Date de Publication | 2022-07-12 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | amzbase |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://webmaster-assistant.burnbat.com/ |
URL de la Page d'Aide | https://webmaster-assistant.burnbat.com/ |
URL de la Page de Politique de Confidentialité | https://webmaster-assistant.burnbat.com/privacy |
Langues Prises en Charge | 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" } } |