Kiva Lender Assistant
KLA shows repayment graphs, partner religious affiliation, lets you set up custom buttons in Kiva's header, and more!
Kiva Lender Assistant là gì?
Kiva Lender Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://www.kivalens.org, và tính năng chính của nó là "KLA shows repayment graphs, partner religious affiliation, lets you set up custom buttons in Kiva's header, and more!".
Ả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 Kiva Lender Assistant
Tải xuống các tệp mở rộng Kiva Lender Assistant 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
Kiva Lender Assistant This extension is not endorsed or supported by Kiva. It augments Kiva's site by adding more information directly onto Kiva's site. It will talk about (yes, it can talk if you switch that on!) things it notices about your portfolio, loans, lenders, teams and partners. It will also activate existing Kiva features that are not well known and switched off by default (super graphs for teams and lenders and Kiva Live where you can watch site activity in real-time). Lender/Team Pages When hovering over any link anywhere on the site that goes to a lender or team page, the extension will pull information on that lender/team and then speak some basic details if speech is on. When visiting a lender's page, instead of showing the old graphs, there are "Super Graphs" that display which allow for much more control over what you're seeing. Lender pages also include a link to a "3D Wall" visualization of any lender's portfolio. Kiva Live The extension will look up and speak details about each ticker item as long as there is time to do so. For example, when a lender joins a team, in addition to reading that ticker entry, given time (slow site activity), it will look up details on the team and tell you how long they've been around and how many members and loans they have. When a lender makes a loan, given time, it will look up how many loans they've made total, how long they've been on Kiva and what their top lending sectors are. Chrome Omnibar In Chrome's URL/Search bar, just type "kiva cattle" and the extension will automatically send a query for "cattle" to Kiva's lend tab. If you type "kiva" and start typing another word it will also display some popular Kiva pages that you can immediately jump to. Loan Pages When viewing a fundraising loan, the Lender Assistant will make comments on things that are out of the ordinary with the loan. This includes a longer or shorter than normal repayment term (user customizable), when the rating of the partner is much higher or lower than normal, etc. Once the Lender Assistant knows who you are (you just have to log in to Kiva once, it'll figure out the rest), it will be able to relate the loan you're looking at to loans in your portfolio and, for example, comment that you've made a lot of loans to that country before but they're all done paying back. KLA will add in the date and time (localized to your location) for when the loan posted and when it's going to expire. KLA has an option to always show the partner details so that you don't have to keep clicking to open the details. KLA will display repayment graphs and show when 50%, 75% and 100% is paid back. Lend Tab On Kiva's Lend Tab, the extension will add info to the Loan Cards: 1) Final Repayment date, amount of time that is and the regularity of the repayments. 2) Sparklines of repayment amounts. Get a quick overview of what the repayments will look like, one big repayment at the end of 4 years? Evenly distributed? 3) The partner names. Customize the Kiva Banner You can now select a few preset options to add buttons to the top banner of the page, as well as add up to 3 of your own buttons that link to any page you want (favorite team, help, estimated repayments, another site, whatever you choose).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kiva Lender Assistant |
ID | jkljjpdljndblihlcoenjbmdakaomhgo |
URL Chính Thức | https://chromewebstore.google.com/detail/kiva-lender-assistant/jkljjpdljndblihlcoenjbmdakaomhgo |
Mô tả | KLA shows repayment graphs, partner religious affiliation, lets you set up custom buttons in Kiva's header, and more! |
Kích Thước Tệp | 207 KB |
Số Lần Cài Đặt | 152 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2023-08-27 |
Ngày Phát Hành | 2020-03-26 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://www.kivalens.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.kivalens.org |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kiva Lender Assistant", "description": "KLA shows repayment graphs, partner religious affiliation, lets you set up custom buttons in Kiva's header, and more!", "version": "2.0.4", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/nuclearspike\/lenderassist", "background": { "page": "background.html" }, "options_page": "options_custom\/index.html", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Kiva Lender Assistant (click to view options)" }, "permissions": [ "tts", "storage", "notifications", "https:\/\/www.kiva.org\/", "https:\/\/api.kivaws.org\/", "http:\/\/www.kivalens.org\/" ], "omnibox": { "keyword": "kiva" }, "externally_connectable": { "matches": [ "*:\/\/www.kivalens.org\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.kiva.org\/*" ], "run_at": "document_start", "js": [ "js_lib\/jquery\/jquery.min.js", "js_lib\/jquery\/jquery.sparkline.min.js", "js_lib\/linq.min.js", "js_lib\/highcharts.js", "js_lib\/date.js", "inject\/all_common_start.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/*" ], "run_at": "document_start", "js": [ "inject\/all_start.js" ], "css": [ "inject\/all.css" ] }, { "matches": [ "*:\/\/www.kiva.org\/*" ], "run_at": "document_end", "js": [ "inject\/all_end.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/*" ], "js": [ "inject\/all_idle.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/lend*" ], "run_at": "document_end", "js": [ "inject\/lend.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/about\/where-kiva-works\/partners\/*" ], "run_at": "document_end", "js": [ "inject\/partner.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/live*" ], "run_at": "document_end", "css": [ "inject\/live.css" ], "js": [ "inject\/live.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/live", "*:\/\/www.kiva.org\/live?v=2" ], "run_at": "document_end", "css": [ "inject\/live_globe.css" ], "js": [ "inject\/live_globe.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/live?v=1" ], "run_at": "document_end", "css": [ "inject\/live_map.css" ], "js": [ "inject\/live_map.js" ] }, { "matches": [ "https:\/\/www.kiva.org\/myLenderId*" ], "run_at": "document_end", "js": [ "inject\/my_lender_id.js" ] }, { "matches": [ "https:\/\/www.kiva.org\/settings\/credit?kla=true&*" ], "run_at": "document_idle", "js": [ "inject\/set_auto_lending_options.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/lender\/*" ], "js": [ "inject\/lender.js" ] }, { "matches": [ "*:\/\/www.kiva.org\/team\/*" ], "css": [ "inject\/team.css" ], "js": [ "inject\/team.js" ] } ] } |