Bing Webmaster Tools - Bulk Url Removal
This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…
Qu'est-ce que Bing Webmaster Tools - Bulk Url Removal ?
Bing Webmaster Tools - Bulk Url Removal est une extension Chrome développée par https://polymorphiclabs.io, et sa fonction principale est "This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bing Webmaster Tools - Bulk Url Removal
Téléchargez les fichiers d'extension Bing Webmaster Tools - Bulk Url Removal 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
This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. 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. To learn more about the expected CSV format, please refer to the CSV Format section on https://github.com/noitcudni/bing-webmaster-bulk-url-removal/#csv-format. Click on the the blue trash can icon to upload your CSV file to kick off a bulk removal job.
Informations de Base sur l'Extension
Nom | Bing Webmaster Tools - Bulk Url Removal |
ID | knhcaipgfilkpgkejhmjbgklpalkaahi |
URL Officiel | https://chromewebstore.google.com/detail/bing-webmaster-tools-bulk/knhcaipgfilkpgkejhmjbgklpalkaahi |
Description | This extension can remove a list of URLs from Bing via Bing Webmaster Tools with one click. You don't need to copy and paste… |
Taille du Fichier | 1.47 MB |
Nombre d'Installations | 304 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2021-04-03 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://polymorphiclabs.io |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal |
URL de la Page d'Aide | https://github.com/noitcudni/bing-webmaster-tools-bulk-url-removal/issues |
URL de la Page de Politique de Confidentialité | https://polymorphiclabs.io/pages-output/privacy_policy |
Langues Prises en Charge | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bing Webmaster Tools - Bulk Url Removal", "version": "1.6", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "images\/bing_trash_can_16.png", "32": "images\/bing_trash_can_32.png", "48": "images\/bing_trash_can_48.png", "128": "images\/bing_trash_can_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.bing.com\/webmasters\/searchconfig\/blockurl*" ], "js": [ "compiled\/content-script.js" ], "css": [ "bootstrap.min.css" ], "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 } |