Right Now Counter

Simply add visitor counter in document title of your google analytics real-time page

Right Now Counterคืออะไร?

Right Now Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rain1.it และคุณลักษณะหลักของมันคือ "Simply add visitor counter in document title of your google analytics real-time page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right Now Counter

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Right Now Counter Right Now Counter
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
อีเมล [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"
    }
}