NativeRank SEO Stats

Explore our free and best-in-class SEO tool to analyze your website's SEO stats.

NativeRank SEO Stats란 무엇입니까?

NativeRank SEO Stats은(는) Native Rank에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore our free and best-in-class SEO tool to analyze your website's SEO stats."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NativeRank SEO Stats 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Native Rank is a premier provider of digital marketing and advertising solutions. At Native Rank, we know that to grow your business you must have a winning formula for success, and we strive to provide that every day for our clients.

Use our extension to analyze SEO stats of your website and reach out to us if you have any questions.                    

확장 프로그램 기본 정보

이름 NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
공식 URL https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
설명 Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
파일 크기 105 KB
설치 횟수 232
현재 버전 1.11
최근 업데이트 2019-03-31
출시 날짜 2019-03-26
평점 5.00/5 총 2 개의 평점
개발자 Native Rank
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NativeRank SEO Stats",
    "description": "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.",
    "version": "1.11",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon19.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "short_name": "NR SEO Stats",
    "permissions": [
        "activeTab"
    ]
}