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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better Regex in Search Console is the ultimate time saver for SEO professionals 😎"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Regex in Search Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}