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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://seotesting.com/support/
URL หน้านโยบายความเป็นส่วนตัว 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": []
}