PeerFly Stats

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

¿Qué es PeerFly Stats?

PeerFly Stats es una extensión de Chrome desarrollada por https://www.lukepeerfly.com, y su función principal es "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PeerFly Stats

Descarga archivos de extensión PeerFly Stats en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
URL Oficial https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Descripción Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Tamaño del Archivo 322 KB
Cantidad de Instalaciones 255
Versión Actual 2.1
Última Actualización 2014-06-20
Fecha de Publicación 2014-06-20
Calificación 4.75/5 Total de 12 Calificaciones
Desarrollador https://www.lukepeerfly.com
Tipo de Pago free
Sitio Web de la Extensión http://peerfly.com/luke
URL de la Página de Ayuda http://www.lukepeerfly.com/contact
Idiomas Soportados 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"
    }
}