PeerFly Stats

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

O que é PeerFly Stats?

PeerFly Stats é uma extensão do Chrome desenvolvida por https://www.lukepeerfly.com, e sua principal característica é "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PeerFly Stats

Baixe arquivos de extensão PeerFly Stats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
URL Oficial https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
Descrição Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Tamanho do Arquivo 322 KB
Contagem de Instalações 255
Versão Atual 2.1
Última Atualização 2014-06-20
Data de Publicação 2014-06-20
Classificação 4.75/5 Total de 12 Avaliações
Desenvolvedor https://www.lukepeerfly.com
Tipo de Pagamento free
Site da Extensão http://peerfly.com/luke
URL da Página de Ajuda http://www.lukepeerfly.com/contact
Idiomas Suportados 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"
    }
}