PeerFly Stats

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

Vad är PeerFly Stats?

PeerFly Stats är en Chrome-tillägg utvecklad av https://www.lukepeerfly.com, och dess huvudfunktion är "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Tilläggsskärmbilder

screenshot

Ladda ner PeerFly Stats-förlängningens CRX-fil

Ladda ner PeerFly Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
Officiell webbadress https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Beskrivning Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Filstorlek 322 KB
Antal Installationer 255
Aktuell Version 2.1
Senast Uppdaterad 2014-06-20
Publiceringsdatum 2014-06-20
Betyg 4.75/5 Totalt 12 Betyg
Utvecklare https://www.lukepeerfly.com
Betalningssätt free
Tilläggswebbplats http://peerfly.com/luke
Hjälpsida URL http://www.lukepeerfly.com/contact
Stödda Språk 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"
    }
}