Google Console Bulk URL Remover
A free tool to automate removal of URLs in bulk.
Τι είναι το Google Console Bulk URL Remover;
Το Google Console Bulk URL Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nikitakostin.com, και η κύρια λειτουργία του είναι "A free tool to automate removal of URLs in bulk.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Console Bulk URL Remover
Λήψη αρχείων επέκτασης Google Console Bulk URL Remover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing the Google Console Bulk URL Remover Extension, an efficient tool that makes managing your Google search results a breeze. This Chrome extension is carefully crafted for webmasters, SEO professionals and anyone seeking to maintain a organized presence. It simplifies the task of tidying up updating and streamlining your URLs in Google Search Console. FAQ: 1. Where should the extension be opened and run? - On the removals page of Google Search Console (https://search.google.com/search-console/removals); 2. How should I separate the links? - The links should be separated by a new line (Enter), in a new version we will introduce other types of separation; 3. What language my browser should be set to? - On the current version of the extension, your browser and the page are required to be set to "English" as the logic of the extension depends on it. Version 1.2, Release log: - Fixed the bug when the extension stops if a duplicate link was found; - Fixed the bug when the extension tries submitting an empty string; - Added some instructions within the User Interface; - Restructured the script for decreasing the used space/time. We're continuously dedicated to enhancing our product. If you have any suggestions, ideas, or feedback on how we can make it even better, please don't hesitate to reach out to us. Your input is invaluable in helping us improve our offering and provide you with the best possible experience. Contact us anytime; we're here to listen and evolve with your needs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Console Bulk URL Remover |
ID | fiagcnfiappolbdgnepgohenppnohnfi |
Επίσημο URL | https://chromewebstore.google.com/detail/google-console-bulk-url-r/fiagcnfiappolbdgnepgohenppnohnfi |
Περιγραφή | A free tool to automate removal of URLs in bulk. |
Μέγεθος Αρχείου | 18.41 KB |
Αριθμός Εγκαταστάσεων | 58 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2024-01-11 |
Ημερομηνία Δημοσίευσης | 2023-11-14 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://nikitakostin.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://nikitakostin.com/contact |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Console Bulk URL Remover", "version": "1.2", "description": "A free tool to automate removal of URLs in bulk.", "author": "[email protected]", "icons": { "128": "img\/icon.png" }, "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "index.html" }, "host_permissions": [ "https:\/\/search.google.com\/*" ] } |