PeerFly Stats
Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!
Apa itu PeerFly Stats?
PeerFly Stats adalah ekstensi Chrome yang dikembangkan oleh https://www.lukepeerfly.com, dan fitur utamanya adalah "Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PeerFly Stats
Unduh file ekstensi PeerFly Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | PeerFly Stats |
ID | klnhnpnjbeadlneoahjdhiikiedjaajf |
URL Resmi | https://chromewebstore.google.com/detail/peerfly-stats/klnhnpnjbeadlneoahjdhiikiedjaajf |
Deskripsi | Show your PeerFly stats right in your Chrome browser and get alerts on conversions and referral earnings! |
Ukuran File | 322 KB |
Jumlah Instalasi | 255 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2014-06-20 |
Tanggal Publikasi | 2014-06-20 |
Penilaian | 4.75/5 Total 12 Penilaian |
Pengembang | https://www.lukepeerfly.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://peerfly.com/luke |
URL Halaman Bantuan | http://www.lukepeerfly.com/contact |
Bahasa yang Didukung | 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" } } |