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.
Was ist Realtime Google Analytics Count in Tab?
Realtime Google Analytics Count in Tab ist eine Chrome-Erweiterung, die von haydenjameslee entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen
Laden Sie Realtime Google Analytics Count in Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Realtime Google Analytics Count in Tab |
ID | oidkhindaaphcmdflgfkpddinjkhmfje |
Offizielle URL | https://chromewebstore.google.com/detail/realtime-google-analytics/oidkhindaaphcmdflgfkpddinjkhmfje |
Beschreibung | See the number of realtime users on your site in the tab of the realtime google analytics overview page. |
Dateigröße | 1.88 MB |
Installationsanzahl | 221 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-03-09 |
Veröffentlichungsdatum | 2016-03-09 |
Bewertung | 4.00/5 Insgesamt 7 Bewertungen |
Entwickler | haydenjameslee |
Zahlungsart | free |
Hilfeseite URL | https://twitter.com/haydenjameslee |
Unterstützte Sprachen | 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" ] } ] } |