Right Now Counter
Simply add visitor counter in document title of your google analytics real-time page
Right Now Counterとは何ですか?
Right Now Counterはhttps://www.rain1.itによって開発されたChromeの拡張機能で、その主な機能は「Simply add visitor counter in document title of your google analytics real-time page」です。
拡張機能のスクリーンショット
Right Now Counter拡張機能のCRXファイルをダウンロード
Right Now Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension change document title of real time page in google analytics account.
So you can see more counter at same time.
See screenshot 拡張機能の基本情報
| 名前 | |
| ID | bnlafhbijlchjdhcehaojegaflnmmpem |
| 公式URL | https://chromewebstore.google.com/detail/right-now-counter/bnlafhbijlchjdhcehaojegaflnmmpem |
| 説明 | Simply add visitor counter in document title of your google analytics real-time page |
| ファイルサイズ | 30.62 KB |
| インストール数 | 89 |
| 現在のバージョン | 0.5 |
| 最終更新日 | 2016-04-04 |
| 公開日 | 2016-04-04 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | https://www.rain1.it |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |