Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
Website traffic displayerคืออะไร?
Website traffic displayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tryfruit.com และคุณลักษณะหลักของมันคือ "Displays the monthly session count of the current website, based on http://rank2traffic.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website traffic displayer
ดาวน์โหลดไฟล์ส่วนขยาย Website traffic displayer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Website traffic displayer |
ID | ibakhgbldoealibhbnggdlhjalbceclj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
คำอธิบาย | Displays the monthly session count of the current website, based on http://rank2traffic.com |
ขนาดไฟล์ | 47.3 KB |
จำนวนการติดตั้ง | 956 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-02-22 |
วันที่เผยแพร่ | 2017-02-22 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://tryfruit.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website traffic displayer", "description": "Displays the monthly session count of the current website, based on http:\/\/rank2traffic.com", "version": "1.1", "background": { "scripts": [ "background.js", "js\/psl.min.js", "js\/local-cache.js" ] }, "browser_action": { "default_name": "Website traffic" }, "permissions": [ "tabs", "http:\/\/www.rank2traffic.com\/" ], "manifest_version": 2 } |