PeerFly Stats

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

Hvad er PeerFly Stats?

PeerFly Stats er en Chrome-udvidelse udviklet af https://www.lukepeerfly.com, og dens hovedfunktion er "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Udvidelsesskærmbilleder

screenshot

Download PeerFly Stats-udvidelses-CRX-fil

Download PeerFly Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
Officiel URL https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Beskrivelse Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Filstørrelse 322 KB
Antal Installationer 255
Nuværende Version 2.1
Senest Opdateret 2014-06-20
Udgivelsesdato 2014-06-20
Bedømmelse 4.75/5 Samlet 12 Bedømmelser
Udvikler https://www.lukepeerfly.com
Betalingsmetode free
Udvidelseswebsted http://peerfly.com/luke
Hjælpeside-URL http://www.lukepeerfly.com/contact
Understøttede Sprog 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"
    }
}