Rank Up Content

SEO, growth marketing, and competitive research.

Rank Up Content란 무엇입니까?

Rank Up Content은(는) Tool maker lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SEO, growth marketing, and competitive research."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Rank Up Content 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Rank up content is a SEO tool to analyse keywords in order to rank your content up.

When you make a keyword search in Google, rank up content tool will analyse the first page search engine result (normally top 10). It will then give you a list of related keyword base to the keyword you searched.

It also give you the frequency on various related keywords and the difficulties to rank a page which we called in cc analyse. cc mean content competitive give you red, yellow and green indicator whereas red is the hardest to beat. 

Finally, we will show you a list of keyword opportunities where those first page ranked website have been used how often as well as those keywords they may not be using. It gives you the hints and direction to dive in for more related content so you could work your way up to the top.                    

확장 프로그램 기본 정보

이름 Rank Up Content Rank Up Content
ID djmbdbpbdodhaoinnbokkmjndpkbgbhc
공식 URL https://chromewebstore.google.com/detail/rank-up-content/djmbdbpbdodhaoinnbokkmjndpkbgbhc
설명 SEO, growth marketing, and competitive research.
파일 크기 1.13 MB
설치 횟수 3,000
현재 버전 4.6
최근 업데이트 2022-03-22
출시 날짜 2020-03-26
평점 5.00/5 총 1 개의 평점
개발자 Tool maker lab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rankupcontent.com
개인정보 보호 정책 페이지 URL https://www.rankupcontent.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rank Up Content",
    "short_name": "Rank Up Content",
    "version": "4.6",
    "manifest_version": 2,
    "description": "SEO, growth marketing, and competitive research.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_title": "Rank Up Content"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/papaparse.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "template.html",
        "icons\/*",
        "css\/*",
        "src\/browser_action\/browser_action.html"
    ]
}