Better Regex in Search Console

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

Что такое Better Regex in Search Console?

Better Regex in Search Console - это расширение Chrome, разработанное https://www.thisisnati.com, и его основная функция - "Better Regex in Search Console is the ultimate time saver for SEO professionals 😎".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Better Regex in Search Console

Скачайте файлы расширений Better Regex in Search Console в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Better Regex in Search Console Better Regex in Search Console
ID mcdjmnipdjjlmjmcdegeeloekjlfiadd
Официальный URL https://chromewebstore.google.com/detail/better-regex-in-search-co/mcdjmnipdjjlmjmcdegeeloekjlfiadd
Описание Better Regex in Search Console is the ultimate time saver for SEO professionals 😎
Размер файла 147 KB
Количество установок 896
Текущая Версия 1.0
Последнее Обновление 2024-02-22
Дата публикации 2024-02-20
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://www.thisisnati.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.thisisnati.com/
URL страницы помощи https://www.thisisnati.com/contact
URL страницы политики конфиденциальности https://www.thisisnati.com/privacy
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}