PeerFly Stats
Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Was ist PeerFly Stats?
PeerFly Stats ist eine Chrome-Erweiterung, die von https://www.lukepeerfly.com entwickelt wurde, und ihr Hauptmerkmal ist "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".
Erweiterungsscreenshots
PeerFly Stats-Erweiterungs-CRX-Datei herunterladen
Laden Sie PeerFly Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | klnhnpnjbeadlneoahjdhiikiedjaajf |
| Offizielle URL | https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf |
| Beschreibung | Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings! |
| Dateigröße | 322 KB |
| Installationsanzahl | 255 |
| Aktuelle Version | 2.1 |
| Letztes Update | 2014-06-20 |
| Veröffentlichungsdatum | 2014-06-20 |
| Bewertung | 4.75/5 Insgesamt 12 Bewertungen |
| Entwickler | https://www.lukepeerfly.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://peerfly.com/luke |
| Hilfeseite URL | http://www.lukepeerfly.com/contact |
| Unterstützte Sprachen | 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"
}
} | |