Realtime Google Analytics Count in Tab
See the number of realtime users on your site in the tab of the realtime google analytics overview page.
Что такое Realtime Google Analytics Count in Tab?
Realtime Google Analytics Count in Tab - это расширение Chrome, разработанное haydenjameslee, и его основная функция - "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".
Скачать файл CRX расширения Realtime Google Analytics Count in Tab
Скачайте файлы расширений Realtime Google Analytics Count in Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
See the number of realtime users on your site in the tab of the realtime google analytics overview page. Shows the count in the tab so you don't have to actually view the realtime page.
Основная информация о расширении
Название | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
Официальный URL | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Описание | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Размер файла | 1.88 MB |
Количество установок | 221 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-03-09 |
Дата публикации | 2016-03-09 |
Рейтинг | 4.00/5 Всего 7 оценок |
Разработчик | haydenjameslee |
Тип оплаты | free |
URL страницы помощи | https://twitter.com/haydenjameslee |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtime Google Analytics Count in Tab", "description": "See the number of realtime users on your site in the tab of the realtime google analytics overview page.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/analytics\/*", "*:\/\/*.google.com\/analytics\/*" ], "js": [ "jquery.js", "script.js" ] } ] } |