Right Now Counter
Simply add visitor counter in document title of your google analytics real-time page
Qu'est-ce que Right Now Counter ?
Right Now Counter est une extension Chrome développée par https://www.rain1.it, et sa fonction principale est "Simply add visitor counter in document title of your google analytics real-time page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Right Now Counter
Téléchargez les fichiers d'extension Right Now Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension change document title of real time page in google analytics account. So you can see more counter at same time. See screenshot
Informations de Base sur l'Extension
Nom | Right Now Counter |
ID | bnlafhbijlchjdhcehaojegaflnmmpem |
URL Officiel | https://chromewebstore.google.com/detail/right-now-counter/bnlafhbijlchjdhcehaojegaflnmmpem |
Description | Simply add visitor counter in document title of your google analytics real-time page |
Taille du Fichier | 30.62 KB |
Nombre d'Installations | 89 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2016-04-04 |
Date de Publication | 2016-04-04 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://www.rain1.it |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |