Better Regex in Search Console

Better Regex in Search Console is the ultimate time saver for SEO professionals 😎

Cos'è Better Regex in Search Console?

Better Regex in Search Console è un'estensione di Chrome sviluppata da https://www.thisisnati.com, e la sua funzione principale è "Better Regex in Search Console is the ultimate time saver for SEO professionals 😎".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better Regex in Search Console

Scarica i file di estensione Better Regex in Search Console in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Better Regex in Search Console is the ultimate time saver for SEO professionals. This simple yet powerful Chrome extension comes with out-of-the-box useful regex presets you can use in the "Search results" report in Google Search Console, and even lets create and save your own for later use.

Built-in Regex Presets:
save time and copy-pasting with the built-in presets specially crafted for SEO professionals.

Save Your Own Presets:
The built-in presets not good enough for you? no problem! add and save your own presets for repeat use.

Seamless Integration with Google Search Console:
Better Regex In GSC seamlessly integrates with the Search Console UI while providing enhanced regex functionality.                    

Informazioni di Base sull'Estensione

Nome Better Regex in Search Console Better Regex in Search Console
ID mcdjmnipdjjlmjmcdegeeloekjlfiadd
URL Ufficiale https://chromewebstore.google.com/detail/better-regex-in-search-co/mcdjmnipdjjlmjmcdegeeloekjlfiadd
Descrizione Better Regex in Search Console is the ultimate time saver for SEO professionals 😎
Dimensione del File 147 KB
Conteggio Installazioni 896
Versione Corrente 1.0
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2024-02-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.thisisnati.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.thisisnati.com/
URL della Pagina di Aiuto https://www.thisisnati.com/contact
URL della Pagina della Politica sulla Privacy https://www.thisisnati.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Regex in Search Console",
    "version": "1.0",
    "description": "Better Regex in Search Console is the ultimate time saver for SEO professionals \ud83d\ude0e",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*search-console*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/empty-state.gif",
                "assets\/patterns.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}