TrafficTicker
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.
TrafficTickerคืออะไร?
TrafficTicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trafficticker.com และคุณลักษณะหลักของมันคือ "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrafficTicker
ดาวน์โหลดไฟล์ส่วนขยาย TrafficTicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. Never miss another traffic spike !! *** RECEIVE BROWSER PUSH NOTIFICATIONS AND CREATE ALERT POLICIES FOR REAL TIME TRAFFIC *** *** NO ANALYTICS DATA IS EVER STORED ON THE SERVER *** *** ALL OF YOUR TRAFFIC DATA IS STORED ON YOUR BROWSER ***
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | edlglbojmlgdelhblelgjelpmiplgjjk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trafficticker/edlglbojmlgdelhblelgjelpmiplgjjk |
คำอธิบาย | TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app. |
ขนาดไฟล์ | 57.49 KB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2018-09-06 |
วันที่เผยแพร่ | 2018-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://trafficticker.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://trafficticker.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrafficTicker", "short_name": "TrafficTicker", "version": "1.2.0", "author": "Kaushik Thirthappa", "manifest_version": 2, "description": "TrafficTicker integrates with your Google Analytics account to give you the total number of real time users on your website or app.", "homepage_url": "https:\/\/trafficticker.com", "icons": { "16": "icons\/tt-19.png", "19": "icons\/tt-19.png", "48": "icons\/tt-48.png", "128": "icons\/tt-128.png" }, "default_locale": "en", "background": { "page": "src\/background.html", "persistent": true }, "browser_action": { "default_popup": "src\/popup.html" }, "permissions": [ "chrome:\/\/favicon\/", "storage", "notifications", "cookies" ] } |