SEMRush Rank

This extension displays the SEMRush Rank for the current page

SEMRush Rank란 무엇입니까?

SEMRush Rank은(는) https://toolbarbrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the SEMRush Rank for the current page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Our SEMRush Rank Chrome extension displays the SEMRush page rank on the toolbar without the need for extra clicks. 

Also see our Compete Rank, PI Rank and Alexa Rank extensions.

See our website for SEO add ons for Internet Explorer and Firefox.                    

확장 프로그램 기본 정보

이름 SEMRush Rank SEMRush Rank
ID idbhoeaiokcojcgappfigpifhpkjgmab
공식 URL https://chromewebstore.google.com/detail/semrush-rank/idbhoeaiokcojcgappfigpifhpkjgmab
설명 This extension displays the SEMRush Rank for the current page
파일 크기 16.41 KB
설치 횟수 35,142
현재 버전 1.2
최근 업데이트 2015-03-10
출시 날짜 2015-03-09
평점 3.69/5 총 16 개의 평점
개발자 https://toolbarbrowser.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.toolbarbrowser.com
도움말 페이지 URL http://www.toolbarbrowser.com/contact.htm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEMRush Rank",
    "description": "This extension displays the SEMRush Rank for the current page",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/trellian.publicapi.semrush.com\/",
        "http:\/\/rank.trellian.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "sem-rush-16.png",
        "48": "sem-rush-48.png",
        "128": "sem-rush-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SEMRush Rank"
    }
}