SEObserver Metrics Toolbar
SEO metrics for a domain
什么是SEObserver Metrics Toolbar?
SEObserver Metrics Toolbar是由https://toolbar.tf开发的Chrome扩展程序,该扩展的主要功能是“SEO metrics for a domain”。
扩展截图
下载SEObserver Metrics Toolbar扩展crx文件
下载SEObserver Metrics Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
***The most efficient replacement for Google PR Toolbar.*** Free version: When you click on the icon, you get the TrustFlow and Topical TrustFlow of the current domain you are browsing. Premium version & SEObserver customers: No action needed, the icon of the extension changes with the actual value of the domain you are browsing. The icon's color also changes accordingly to the Topical TrustFlow. Upon clicking on the icon, you get a complete identity card of the current domain with the most important metrics including number of referring domains and top keywords.
扩展基本信息
名称 | SEObserver Metrics Toolbar |
ID | jojmgmlooebfaaiafglnodachfoegknk |
官方URL | https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk |
简介 | SEO metrics for a domain |
文件大小 | 55.23 KB |
安装次数 | 1,863 |
当前版本 | 1.3 |
更新时间 | 2021-03-17 |
上架时间 | 2019-04-09 |
评分 | 5.00/5 共1次评分 |
开发者 | https://toolbar.tf |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://toolbar.tf |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "favicon.png", "default_title": "SEObserver Metrics Toolbar" }, "name": "SEObserver Metrics Toolbar", "description": "SEO metrics for a domain", "icons": { "128": "favicon.png" }, "homepage_url": "http:\/\/toolbar.tf", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "1.3", "manifest_version": 2 } |