Right Now Counter
Simply add visitor counter in document title of your google analytics real-time page
Wat is Right Now Counter?
Right Now Counter is een Chrome-extensie ontwikkeld door https://www.rain1.it, en de belangrijkste functie is "Simply add visitor counter in document title of your google analytics real-time page".
Extensie Screenshots
Download het CRX-bestand van de extensie Right Now Counter
Download Right Now Counter-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
This extension change document title of real time page in google analytics account. So you can see more counter at same time. See screenshot
Basisinformatie over de Extensie
Naam | Right Now Counter |
ID | bnlafhbijlchjdhcehaojegaflnmmpem |
Officiële URL | https://chromewebstore.google.com/detail/right-now-counter/bnlafhbijlchjdhcehaojegaflnmmpem |
Beschrijving | Simply add visitor counter in document title of your google analytics real-time page |
Bestandsgrootte | 30.62 KB |
Aantal Installaties | 89 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2016-04-04 |
Publicatiedatum | 2016-04-04 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.rain1.it |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Now Counter", "manifest_version": 2, "description": "Simply add visitor counter in document title of your google analytics real-time page", "permissions": [ "tabs", "http:\/\/www.google.com\/analytics\/*", "https:\/\/www.google.com\/analytics\/*" ], "version": "0.5", "icons": { "128": "rightnow_128x128.png", "16": "rightnow16.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/analytics\/*", "https:\/\/www.google.com\/analytics\/*", "https:\/\/analytics.google.com\/analytics\/*" ], "js": [ "js.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Right now Counter", "default_icon": "rightnow16.png", "default_popup": "popup.html" } } |