FATRANK

Google Chrome extension that checks the ranking for a particular keyword in Google and Bing for the website currently viewed.

FATRANK란 무엇입니까?

FATRANK은(는) FATJOE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome extension that checks the ranking for a particular keyword in Google and Bing for the website currently viewed."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FATRANK 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Version 2.0.8 Update -Fixed search blocking errors

* Please Note: This extension will use your Google local search settings and will include local listings as a rank position. To stop this make sure your location in Google search settings is set to your country i.e 'United States'. *

WHAT'S FAT RANK

Fat Rank is a FREE lightweight in browser keyword rank checker tool. Simply visit a website, click the Fat Rank icon, type in your keyword and it will tell you where that website ranks in Google and which page URL ranks. It is very practical and usable for both competitor research, prospecting and even simple quick ranking reports for your clients.

HOW TO USE FAT RANK

Visit a website, click on the extension icon and type a keyword or key phrase and the extension will return the current Google ranking position for that domain and also provide you with the url of the page the keyword ranks for. It will search down to a ranking depth of 100. If the domain doesn't rank for a keyword within the top 100 positions, it will simply display 'Not found'. You can make multiple keyword / key phrase checks and these will all store within your session history tab where you can export via a CSV as report for your client.

Beautifully simple, usable and practical tool designed for SEO's by SEO's.

SOME FAT RANK FAQ'S

* Fat Rank is counting local results how do I stop this and check country wide?
This extension will use your Google local search settings and will include local listings as a rank position. To stop this make sure your location in Google search settings is set to your country i.e 'United States'.

* What does 'Not Found in Top 100 Results' mean?
This means the website you are viewing does not rank within the top 100 results for the keyword you entered. We only check up to the 100th result for speed.

* What does 'Try Again Later, Google is Blocking Searches' mean?
Fat Rank uses your browser behind scenes to check a keyword ranking position. If you do too many keyword checks within a short period of time Google temporarily block search results. We recommend to leave the extension for a while and try again later.                    

확장 프로그램 기본 정보

이름 FATRANK FATRANK
ID jcnfkjjanbdfabigknbedgkfjkljhbdn
공식 URL https://chromewebstore.google.com/detail/fatrank/jcnfkjjanbdfabigknbedgkfjkljhbdn
설명 Google Chrome extension that checks the ranking for a particular keyword in Google and Bing for the website currently viewed.
파일 크기 215 KB
설치 횟수 74,137
현재 버전 2.1.3
최근 업데이트 2021-05-15
출시 날짜 2020-05-05
평점 4.10/5 총 218 개의 평점
개발자 FATJOE
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://fatjoe.com
도움말 페이지 URL http://fatjoe.com/fat-rank
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FATRANK",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "Google Chrome extension that checks the ranking for a particular keyword in Google and Bing for the website currently viewed.",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "FATRANK",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.google.com\/ https:\/\/s3.amazonaws.com\/downloads.mailchimp.com\/ https:\/\/fatjoe.us5.list-manage.com\/; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.4.js",
            "libs\/jquery-ui-1.12.1.js",
            "libs\/jquery.nice-select.min.js",
            "js\/index.js",
            "js\/utils.js",
            "js\/initCountries.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/index.js",
                "js\/initCountries.js",
                "js\/utils.js"
            ],
            "css": [
                "css\/nice-select.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/csv.png",
        "img\/down-arw.svg",
        "img\/right-arw.svg",
        "img\/earth.png",
        "img\/logo.png",
        "img\/facebook.svg",
        "img\/ft-logo.svg",
        "img\/loader.svg",
        "img\/i-1.svg",
        "img\/i-2.svg",
        "img\/i-3.svg",
        "img\/icon128.png",
        "img\/google.svg",
        "img\/facebook.png",
        "img\/twitter.png",
        "img\/instagram.png",
        "img\/linkedin.png",
        "img\/youtube.png"
    ]
}