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 |
公式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" } } |