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.
Wat is Realtime Google Analytics Count in Tab?
Realtime Google Analytics Count in Tab is een Chrome-extensie ontwikkeld door haydenjameslee, en de belangrijkste functie is "See the number of realtime users on your site in the tab of the realtime google analytics overview page.".
Download het CRX-bestand van de extensie Realtime Google Analytics Count in Tab
Download Realtime Google Analytics Count in Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
Officiële URL | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Beschrijving | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Bestandsgrootte | 1.88 MB |
Aantal Installaties | 221 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-03-09 |
Publicatiedatum | 2016-03-09 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | haydenjameslee |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/haydenjameslee |
Ondersteunde Talen | 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" ] } ] } |