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!”。
擴展截圖
下載PeerFly Stats擴展crx文件
下載PeerFly Stats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | klnhnpnjbeadlneoahjdhiikiedjaajf |
官方網址 | 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" } } |