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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.thisisnati.com/contact
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}