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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        "*:\/\/*\/*"
    ]
}