Clicky Monitor

A Google Chrome extension for Clicky Web Analytics.

Τι είναι το Clicky Monitor;

Το Clicky Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris Nanney, και η κύρια λειτουργία του είναι "A Google Chrome extension for Clicky Web Analytics.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clicky Monitor

Λήψη αρχείων επέκτασης Clicky Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Clicky is an amazing real-time web analytics service, and Clicky Monitor gives you quick access to analytics information for all the sites you track with Clicky.

FEATURES:
- You can import all your sites automatically from Clicky, or add them manually if you prefer. Select which one you'd like to actively monitor from the site dropdown menu in the Clicky Monitor popup.

- The Clicky Monitor toolbar icon will display either the number of visitors currently online, total number of visitors today, or total number of completed goals today. The data is refreshed every minute so you'll always be up to speed.

- From within the Clicky Monitor popup, you can view basic site stats for various date ranges, see comprehensive information about your site's last 5 visitors, and display graphs for visitors, actions and top browsers over the past 30 days.

- Using HTML5 desktop notifications, you can chose to be alerted whenever a visitor completes a goal on the site you're currently monitoring.

- If you are browsing your site and would like to see the stats for that particular page, just right-click and select "View page stats", and that will take you to the Clicky stats page for the URL you are currently viewing.

- Your site information is stored locally in the browser and is used to make API requests to Clicky. If you uninstall the extension, that data is deleted. At no time is your data sent anywhere else.

LEARN MORE ABOUT CLICKY:
http://getclicky.com/125897

CHANGELOG:
http://cnanney.com/journal/utilities/clickychrome/

If you have trouble with the extension, please email me (cnanney at gmail), or leave a comment at http://cnanney.com/journal/utilities/clickychrome/.

This extension was previously named "ClickyChrome", but was changed to comply with Google's new branding guidelines.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clicky Monitor Clicky Monitor
ID nhdlcoplfdhmdbeleincmcnmgdajohig
Επίσημο URL https://chromewebstore.google.com/detail/clicky-monitor/nhdlcoplfdhmdbeleincmcnmgdajohig
Περιγραφή A Google Chrome extension for Clicky Web Analytics.
Μέγεθος Αρχείου 178 KB
Αριθμός Εγκαταστάσεων 1,427
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2014-03-26
Ημερομηνία Δημοσίευσης 2014-03-26
Αξιολόγηση 4.70/5 Συνολικά 50 Αξιολογήσεις
Προγραμματιστής Chris Nanney
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://cnanney.com/journal/utilities/clickychrome/
Διεύθυνση URL της Σελίδας Βοήθειας http://cnanney.com/journal/utilities/clickychrome/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clicky Monitor",
    "version": "2.0.4",
    "description": "A Google Chrome extension for Clicky Web Analytics.",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/clicky_icon_16.png",
        "32": "images\/clicky_icon_32.png",
        "48": "images\/clicky_icon_48.png",
        "128": "images\/clicky_icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/clicky_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "http:\/\/api.getclicky.com\/",
        "https:\/\/api.getclicky.com\/"
    ]
}