Piwik Stats

An extension to view your Piwik Stats from Google Chrome.

Qu'est-ce que Piwik Stats ?

Piwik Stats est une extension Chrome développée par https://www.bleep.io, et sa fonction principale est "An extension to view your Piwik Stats from Google Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Piwik Stats

Téléchargez les fichiers d'extension Piwik Stats 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

                        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                    

Informations de Base sur l'Extension

Nom Piwik Stats Piwik Stats
ID fhcnipjonbkpcmhggoppkcnihnickkoe
URL Officiel https://chromewebstore.google.com/detail/piwik-stats/fhcnipjonbkpcmhggoppkcnihnickkoe
Description An extension to view your Piwik Stats from Google Chrome.
Taille du Fichier 10.79 KB
Nombre d'Installations 80
Version Actuelle 2.5
Dernière Mise à Jour 2012-12-19
Date de Publication 2012-12-19
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://www.bleep.io
Type de Paiement free
Langues Prises en Charge 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"
    }
}