PeerFly Stats

Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!

What is PeerFly Stats?

PeerFly Stats is a Chrome extension developed by https://www.lukepeerfly.com, and its main feature is "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Extension Screenshots

screenshot

Download PeerFly Stats Extension CRX File

Download PeerFly 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

                        View all of your PeerFly stats right form your browser! You can see:
- Current Balance
- Paid Balance
- Total Referrals
- Past Week Stats
- Recent Earnings (conversions and referrals!)

Approved PeerFly Publisher account required. Apply today!
http://peerfly.com/luke

Created by PeerFly Director of Marketing, Luke Kling:
http://www.LukePeerFly.com

The Firefox version is available at:
https://addons.mozilla.org/en-US/firefox/addon/peerfly-stats/                    

Extension Basic Information

Name PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
Official URL https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Description Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
File Size 322 KB
Installation Count 255
Current Version 2.1
Last Updated 2014-06-20
Publish Date 2014-06-20
Rating 4.75/5 Total 12 Ratings
Developer https://www.lukepeerfly.com
Payment Type free
Extension Website http://peerfly.com/luke
Help Page URL http://www.lukepeerfly.com/contact
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PeerFly Stats",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/peerfly.com\/",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}