PeerFly Stats

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

Cos'è PeerFly Stats?

PeerFly Stats è un'estensione di Chrome sviluppata da https://www.lukepeerfly.com, e la sua funzione principale è "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PeerFly Stats

Scarica i file di estensione PeerFly Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
URL Ufficiale https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Descrizione Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Dimensione del File 322 KB
Conteggio Installazioni 255
Versione Corrente 2.1
Ultimo Aggiornamento 2014-06-20
Data di Pubblicazione 2014-06-20
Valutazione 4.75/5 Totale 12 Valutazioni
Sviluppatore https://www.lukepeerfly.com
Tipo di Pagamento free
Sito Web dell'Estensione http://peerfly.com/luke
URL della Pagina di Aiuto http://www.lukepeerfly.com/contact
Lingue Supportate 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"
    }
}