Piwik Stats

An extension to view your Piwik Stats from Google Chrome.

ما هو Piwik Stats؟

Piwik Stats هو إضافة Chrome تم تطويرها بواسطة https://www.bleep.io، والميزة الرئيسية لها هي "An extension to view your Piwik Stats from Google Chrome.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Piwik Stats

قم بتنزيل ملفات الامتداد Piwik Stats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Piwik Stats Piwik Stats
ID fhcnipjonbkpcmhggoppkcnihnickkoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/piwik-stats/fhcnipjonbkpcmhggoppkcnihnickkoe
الوصف An extension to view your Piwik Stats from Google Chrome.
حجم الملف 10.79 KB
عدد التثبيتات 80
النسخة الحالية 2.5
آخر تحديث 2012-12-19
تاريخ النشر 2012-12-19
تقييم 3.67/5 مجموع تقييمات 3
المطور https://www.bleep.io
نوع الدفع free
اللغات المدعومة 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"
    }
}