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 je Realtime Google Analytics Count in Tab?
Realtime Google Analytics Count in Tab je rozšíření Chrome vyvinuté haydenjameslee, a jeho hlavní funkcí je „See the number of realtime users on your site in the tab of the realtime google analytics overview page.“.
Stáhnout soubor CRX rozšíření Realtime Google Analytics Count in Tab
Stáhněte si soubory rozšíření Realtime Google Analytics Count in Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
Oficiální URL | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Popis | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Velikost souboru | 1.88 MB |
Počet instalací | 221 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2016-03-09 |
Datum Vydání | 2016-03-09 |
Hodnocení | 4.00/5 Celkem 7 Hodnocení |
Vývojář | haydenjameslee |
Typ Platby | free |
URL Stránky Nápovědy | https://twitter.com/haydenjameslee |
Podporované Jazyky | 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" ] } ] } |