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/ 扩展基本信息
| 名称 | |
| 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"
}
} | |