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.
Co to jest Realtime Google Analytics Count in Tab?
Realtime Google Analytics Count in Tab to rozszerzenie Chrome opracowane przez haydenjameslee, a jego główną funkcją jest „See the number of realtime users on your site in the tab of the realtime google analytics overview page.”.
Pobierz plik CRX rozszerzenia Realtime Google Analytics Count in Tab
Pobierz pliki rozszerzeń Realtime Google Analytics Count in Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
Oficjalny URL | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Opis | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Rozmiar pliku | 1.88 MB |
Liczba instalacji | 221 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-03-09 |
Data Publikacji | 2016-03-09 |
Ocena | 4.00/5 Łącznie 7 Oceny |
Deweloper | haydenjameslee |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/haydenjameslee |
Obsługiwane Języki | 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" ] } ] } |