Piwik Stats

An extension to view your Piwik Stats from Google Chrome.

What is Piwik Stats?

Piwik Stats is a Chrome extension developed by https://www.bleep.io, and its main feature is "An extension to view your Piwik Stats from Google Chrome.".

Extension Screenshots

screenshot
screenshot

Download Piwik Stats Extension CRX File

Download Piwik Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Piwik Stats Piwik Stats
ID fhcnipjonbkpcmhggoppkcnihnickkoe
Official URL https://chromewebstore.google.com/detail/piwik-stats/fhcnipjonbkpcmhggoppkcnihnickkoe
Description An extension to view your Piwik Stats from Google Chrome.
File Size 10.79 KB
Installation Count 80
Current Version 2.5
Last Updated 2012-12-19
Publish Date 2012-12-19
Rating 3.67/5 Total 3 Ratings
Developer https://www.bleep.io
Payment Type free
Supported Languages 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"
    }
}