PeerFly Stats

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

Co to jest PeerFly Stats?

PeerFly Stats to rozszerzenie Chrome opracowane przez https://www.lukepeerfly.com, a jego główną funkcją jest „Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PeerFly Stats

Pobierz pliki rozszerzeń PeerFly Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
Oficjalny URL https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Opis Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Rozmiar pliku 322 KB
Liczba instalacji 255
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2014-06-20
Data Publikacji 2014-06-20
Ocena 4.75/5 Łącznie 12 Oceny
Deweloper https://www.lukepeerfly.com
Typ Płatności free
Strona Rozszerzenia http://peerfly.com/luke
Adres URL Strony Pomocy http://www.lukepeerfly.com/contact
Obsługiwane Języki 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"
    }
}