Piwik Stats

An extension to view your Piwik Stats from Google Chrome.

Piwik Stats là gì?

Piwik Stats là một tiện ích mở rộng Chrome được phát triển bởi https://www.bleep.io, và tính năng chính của nó là "An extension to view your Piwik Stats from Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Piwik Stats

Tải xuống các tệp mở rộng Piwik Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple extension to view the weekly stats from your Pwiki dashboard. The extension allows you to specify a custom url and api key for your Piwik application.

Features:

- Shows live view of the last 7 days visits
- Shows a badge of current hits over the last 24hrs*

*Updated every 30 minutes.

Source at https://github.com/bleep-io/Piwik-Chrome-Extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Piwik Stats Piwik Stats
ID fhcnipjonbkpcmhggoppkcnihnickkoe
URL Chính Thức https://chromewebstore.google.com/detail/piwik-stats/fhcnipjonbkpcmhggoppkcnihnickkoe
Mô tả An extension to view your Piwik Stats from Google Chrome.
Kích Thước Tệp 10.79 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2012-12-19
Ngày Phát Hành 2012-12-19
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.bleep.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piwik Stats",
    "version": "2.5",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "description": "An extension to view your Piwik Stats from Google Chrome.",
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    }
}