PeerFly Stats

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

Qu'est-ce que PeerFly Stats ?

PeerFly Stats est une extension Chrome développée par https://www.lukepeerfly.com, et sa fonction principale est "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PeerFly Stats

Téléchargez les fichiers d'extension PeerFly Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
URL Officiel 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!
Taille du Fichier 322 KB
Nombre d'Installations 255
Version Actuelle 2.1
Dernière Mise à Jour 2014-06-20
Date de Publication 2014-06-20
Évaluation 4.75/5 Total 12 Évaluations
Développeur https://www.lukepeerfly.com
Type de Paiement free
Site Web de l'Extension http://peerfly.com/luke
URL de la Page d'Aide http://www.lukepeerfly.com/contact
Langues Prises en Charge 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"
    }
}