SEObserver Metrics Toolbar
SEO metrics for a domain
SEObserver Metrics Toolbarคืออะไร?
SEObserver Metrics Toolbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toolbar.tf และคุณลักษณะหลักของมันคือ "SEO metrics for a domain"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEObserver Metrics Toolbar
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |