Webpage Analyzer - SEO Tool

The official extension to discover on-page SEO meta data

什麼是Webpage Analyzer - SEO Tool?

Webpage Analyzer - SEO Tool是由https://sitereform.com開發的Chrome擴展程式,該擴展的主要功能是“The official extension to discover on-page SEO meta data”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Webpage Analyzer - SEO Tool擴展crx文件

下載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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}