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”。
扩展截图
下载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 |
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" } } |