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
官方網址 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"
    }
}