ClearWebStats Site Report
A free SEO tool for webmasters to track and display web data from most websites.
ClearWebStats Site Reportคืออะไร?
ClearWebStats Site Report เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keshab Raj Adhikari และคุณลักษณะหลักของมันคือ "A free SEO tool for webmasters to track and display web data from most websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClearWebStats Site Report
ดาวน์โหลดไฟล์ส่วนขยาย ClearWebStats Site Report ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ClearWebStats.com is a free SEO enthusiast tool for webmasters to track and display web data from most websites. The details data include Website Value Estimations, Google Pagerank, daily unique visitor, backlink, alexa rank and information tool. This data is gather from various sources in real-time. A unique feature we offer is being able to give you an overview of estimate of how much a certain website is value. This service allows you to see website data like never before! Our website uses an advanced algorithm to generate the data. ------FEATURES----- -Pagerank -Alexa Rank -Google indexed pages -Yahoo backlinks -Domain/website value -Daily Unique Visitors -Estimate Income Per Day -Yahoo Indexed Pages -Google Inbound Links -Bing Indexed Pages -Bing Inbound Links -Alexa Inbound Links -PageRank display widget for your site -Similar domain to your domain -ICANN Registrar Information -Domain Registered -Domain Expires -Hosted IP -Domain Modified -Site Age -Hosting Country -NAMESERVER IP Country -Sites Hosted on your IP address A full SEO details.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | koiinbhdeokhjaoomopgiekaedebodkc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clearwebstats-site-report/koiinbhdeokhjaoomopgiekaedebodkc |
คำอธิบาย | A free SEO tool for webmasters to track and display web data from most websites. |
ขนาดไฟล์ | 3.56 KB |
จำนวนการติดตั้ง | 725 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-04-14 |
วันที่เผยแพร่ | 2016-04-14 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Keshab Raj Adhikari |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.clearwebstats.com |
URL หน้าช่วยเหลือ | http://www.clearwebstats.com/page/contact-us |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClearWebStats Site Report", "version": "1.3", "description": "A free SEO tool for webmasters to track and display web data from most websites. ", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/www.clearwebstats.com\/" ], "background": { "scripts": [ "background.js" ] } } |