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ファイルをダウンロード

SEMRush Rank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}