PeerFly Stats

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

PeerFly Stats란 무엇입니까?

PeerFly Stats은(는) https://www.lukepeerfly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!"입니다.

확장 프로그램 스크린샷

screenshot

PeerFly Stats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 PeerFly Stats PeerFly Stats
ID klnhnpnjbeadlneoahjdhiikiedjaajf
공식 URL https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf
설명 Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
파일 크기 322 KB
설치 횟수 255
현재 버전 2.1
최근 업데이트 2014-06-20
출시 날짜 2014-06-20
평점 4.75/5 총 12 개의 평점
개발자 https://www.lukepeerfly.com
결제 유형 free
확장 프로그램 웹 사이트 http://peerfly.com/luke
도움말 페이지 URL http://www.lukepeerfly.com/contact
지원되는 언어 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"
    }
}