Webpage Analyzer - SEO Tool

The official extension to discover on-page SEO meta data

Webpage Analyzer - SEO Toolคืออะไร?

Webpage Analyzer - SEO Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sitereform.com และคุณลักษณะหลักของมันคือ "The official extension to discover on-page SEO meta data"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webpage Analyzer - SEO Tool

ดาวน์โหลดไฟล์ส่วนขยาย Webpage Analyzer - SEO Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Analyze your SEO metadata in one click, and improve your rankings. 
 
Install the Webpage Analyzer Chrome extension by following the steps below:

Click the “Add to Chrome” button
On the next screen, click the “Add Extension” button
A message will then be displayed saying “Webpage Analyzer has been added to Chrome”
That’s it, you’re now ready to use the extension!

Here are some of the metrics and insights you’ll gain access to:

Webpage Title
Description
Published Date
Last Modified Date
Author
Headings
Links
Direct Access to Powerful Tools
And Many More...
 
The Webpage Analyzer extension is the handy tool you need on hand at all times to optimize your web page in a matter of steps.

Do you want to give us feedback to improve our extension? Send us your suggestions to our email: [email protected]!

Do you like the Tool? Let us know with a review! :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Webpage Analyzer - SEO Tool Webpage Analyzer - SEO Tool
ID idpmfbffaojgchhbhkbcjjpagniekokn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webpage-analyzer-seo-tool/idpmfbffaojgchhbhkbcjjpagniekokn
คำอธิบาย The official extension to discover on-page SEO meta data
ขนาดไฟล์ 30.5 KB
จำนวนการติดตั้ง 399
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-17
วันที่เผยแพร่ 2021-09-17
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://sitereform.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sitereform.com
URL หน้าช่วยเหลือ https://www.sitereform.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.sitereform.com/privacy-policy
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "img\/wa128.png",
        "16": "img\/wa48.png",
        "48": "img\/wa48.png",
        "32": "img\/wa48.png"
    },
    "action": {
        "default_icon": "img\/wa128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Z"
            }
        }
    },
    "permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}