SEObserver Metrics Toolbar
SEO metrics for a domain
What is SEObserver Metrics Toolbar?
SEObserver Metrics Toolbar is a Chrome extension developed by https://toolbar.tf, and its main feature is "SEO metrics for a domain".
Extension Screenshots
Download SEObserver Metrics Toolbar Extension CRX File
Download SEObserver Metrics Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
***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.
Extension Basic Information
Name | SEObserver Metrics Toolbar |
ID | jojmgmlooebfaaiafglnodachfoegknk |
Official URL | https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk |
Description | SEO metrics for a domain |
File Size | 55.23 KB |
Installation Count | 1,863 |
Current Version | 1.3 |
Last Updated | 2021-03-17 |
Publish Date | 2019-04-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://toolbar.tf |
[email protected] | |
Payment Type | free |
Extension Website | http://toolbar.tf |
Supported Languages | 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 } |