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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |