SEOTesting

On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)

ما هو SEOTesting؟

SEOTesting هو إضافة Chrome تم تطويرها بواسطة https://seotesting.com، والميزة الرئيسية لها هي "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SEOTesting

قم بتنزيل ملفات الامتداد SEOTesting بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The SEOTesting Chrome Extension makes it easy to see On-Page SEO Information for your website page.

With a SEOTesting Account, you can see the Page Queries the current page ranks for and other information from the Google Search Console. 

We have now made it even easier to see your Google Search Console URL Inspection information right inside the extension.

You can also check to see how your SEOTesting.com Tests are performing.                    

معلومات أساسية عن التمديد

الاسم SEOTesting SEOTesting
ID ddaafpdingninkjhagcfjmlmmofglnfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/seotesting/ddaafpdingninkjhagcfjmlmmofglnfl
الوصف On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)
حجم الملف 1.56 MB
عدد التثبيتات 1,742
النسخة الحالية 1.3.4
آخر تحديث 2023-06-02
تاريخ النشر 2021-12-08
تقييم 4.33/5 مجموع تقييمات 6
المطور https://seotesting.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://seotesting.com
عنوان صفحة المساعدة https://seotesting.com/support/
عنوان صفحة سياسة الخصوصية https://seotesting.com/home/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEOTesting",
    "homepage_url": "https:\/\/www.seotesting.com\/",
    "version": "1.3.4",
    "description": "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "optional_permissions": []
}