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은(는) https://www.thisisnati.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better Regex in Search Console is the ultimate time saver for SEO professionals 😎"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better Regex in Search Console 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}