BTCjam Helper
Significantly enhances the BTCjam user interface.
BTCjam Helper là gì?
BTCjam Helper là một tiện ích mở rộng Chrome được phát triển bởi Daniel Lamb, và tính năng chính của nó là "Significantly enhances the BTCjam user interface.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BTCjam Helper
Tải xuống các tệp mở rộng BTCjam Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
BTCjam Helper adds many enhancements to the btcjam.com website; new functionality is added to nearly every screen. The most noteworthy added features are: dramatically improved reputation (rate users) screen, new payments screen that ditches the calendar and displays your data in tables that are far more user friendly, improved loan listing screen that shows critical data about the borrower (overdue/late payments, active loans, all negative ratings, etc.), new followers screen that allows you to see all of your followers or people you follow on a single page, search your list of followers or people you follow, and you can also watch up to 10 users. Watching allows you to receive desktop notifications if a new loan or note is listed for a watched user - the extension will check btcjam.com at regular intervals for loans or notes, even if you are not logged in to btcjam.com! A quick note about trust and security: BTCjam Helper makes investing easier, but it does not make investments for you, buy notes, or withdraw your Bitcoin. It will _never_ be able to touch any of your money. To prevent anyone from being able to do this, I strongly suggest you enable two factor authentication on BTCjam.com! If you're having any problems at all, please email [email protected]! Release notes: v1.0.7 More fixes for new BTCjam UI, plus new 'Search Receivables' functionality added. v1.0.6 Fixes for new BTCjam UI, plus other bug fixes and a few minor enhancements. v1.0.5 Bug fix: No data was displaying on the follower screen. v1.0.4 Bug fixes: No data was displaying on the listing screen. Investment amount links were missing in the investment modal dialog. Fixed several issues loading investments. v1.0.3 Bug fix: Investor name was being displayed instead of the borrower name in two spots on the listing screen. Thanks acterry for the fix! v1.0.2 New features: 'Funding in Progres' Notes with a yield of 'N/A' will now display the potential yield. Yield is now bold/red for all notes with a negative yield. Loan listings now show the potential return your investment can bring. Bug fix: totals on payments page no longer move when sorting v1.0.1 Bug fix - Defaulted Receivables not displaying correctly Added Funding in Progress to receivables totals on right side of payments screen.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ljeajmeeipoikcechindoeppffapfapa |
URL Chính Thức | https://chrome.google.com/webstore/detail/btcjam-helper/ljeajmeeipoikcechindoeppffapfapa |
Mô tả | Significantly enhances the BTCjam user interface. |
Kích Thước Tệp | 287 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2015-08-26 |
Ngày Phát Hành | 2015-08-26 |
Đánh Giá | 4.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Daniel Lamb |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.btcjamhelper.com |
URL Trang Trợ Giúp | https://groups.google.com/forum/#!forum/btcjam-helper-support |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BTCjam Helper", "description": "Significantly enhances the BTCjam user interface.", "version": "1.0.7", "permissions": [ "notifications", "alarms", "storage", "https:\/\/btcjam.com\/*", "https:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json", "https:\/\/www.bitstamp.net\/api\/ticker\/", "https:\/\/btc-e.com\/api\/3\/ticker\/btc_usd", "https:\/\/api.exchange.coinbase.com\/products\/BTC-USD\/book" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/btcjam.com\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery.cookie.js", "excellentexport.min.js", "date.js", "sendkeys.js", "bililiteRange.js", "helper.js", "jquery.tablesorter.js" ], "css": [ "helper.css" ], "run_at": "document_idle" } ], "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "BTCjam Helper", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |