Kelley Blue Book for Craigslist
Kelley Blue Book for Craigslist allows you to quickly find the true KBB value for cars on Craigslist so you can find a good deal
What is Kelley Blue Book for Craigslist?
Kelley Blue Book for Craigslist is a Chrome extension developed by https://www.seantburke.com, and its main feature is "Kelley Blue Book for Craigslist allows you to quickly find the true KBB value for cars on Craigslist so you can find a good deal".
Extension Screenshots
Download Kelley Blue Book for Craigslist Extension CRX File
Download Kelley Blue Book for Craigslist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Kelley Blue Book for Craigslist quickly finds the KBB price for all used, new and dealer cars on Craigslist. There is no longer a need to go back and forth between Craigslist.org and KBB.com in order to find a good deal. Install Kelley Blue Book for Craigslist to easily find good deals. Kelley Blue Book for Craigslist is not affiliated with Kelley Blue Book or Craigslist. What's new in 1.1.10 + Small bug that would prevent parsing of cars on craigslist in some cases. What's new in 1.1.9 + Improved matching of make, models, and years + Allow restarting when zipcode forgotten What's new in 1.1.8 + Added error handling when forgetting zip code + Fixed dropdowns to select the year, make and model + Added engineering enhancements such as linting, and prettier + Fixed a lot of lint errors What's new in 1.1.7 + App fully functional again + Added KBB Meter SVG + Ability to enter Zip Code What's new in 1.1.6 + KBB Api changed, fixed to get links at least + Added KBB meter iFrame What's new in 1.1.5 + Temporary fix to get it working What's new in 1.1.4 + Bug fixes. Should see the red error box a lot less frequently now. What's new in 1.1.3 + Added support for international Craigslists, however, language and currency are not converted. What's new in 1.1.2 + Updated the look of the form + Fixed bug that wouldn't handle New cars (e.g. 2015 Honda Civic) + Fixed bug that wouldn't load extension if "Year" was not set in options + Automatically open a tab with Kelley Blue Book if error occurs What's new in 1.1.1 + Added a permanent fix for the pricing error. Now shows all information. Credit to @joechee on Github for fixing the error. What's new in 1.1.0 + Added a temporary fix for the pricing error. Displays iFrame of Market Meter from KBB.com
Extension Basic Information
Name | Kelley Blue Book for Craigslist |
ID | fmbbdgpoheokfdcgbpaofghkgbghadod |
Official URL | https://chromewebstore.google.com/detail/kelley-blue-book-for-crai/fmbbdgpoheokfdcgbpaofghkgbghadod |
Description | Kelley Blue Book for Craigslist allows you to quickly find the true KBB value for cars on Craigslist so you can find a good deal |
File Size | 408 KB |
Installation Count | 743 |
Current Version | 1.1.10 |
Last Updated | 2018-12-03 |
Publish Date | 2018-12-03 |
Rating | 3.95/5 Total 22 Ratings |
Developer | https://www.seantburke.com |
Payment Type | free |
Extension Website | http://www.seantburke.com/ |
Help Page URL | https://github.com/hawaiianchimp/kbb-craigslist/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kelley Blue Book for Craigslist", "version": "1.1.10", "manifest_version": 2, "description": "Kelley Blue Book for Craigslist allows you to quickly find the true KBB value for cars on Craigslist so you can find a good deal", "homepage_url": "http:\/\/www.seantburke.com", "web_accessible_resources": [ "src\/inject\/images\/logo240.png", "src\/inject\/fonts\/glyphicons-halflings-regular.*", "src\/inject\/js\/canvas.js", "src\/inject\/kbb.html", "icons\/kbblogo*.png", "src\/inject\/js\/makes.json", "src\/inject\/js\/makes_generated.json" ], "icons": { "16": "icons\/kbblogo16.png", "48": "icons\/kbblogo48.png", "128": "icons\/kbblogo128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "src\/libs\/jquery\/jquery-1.11.0.min.js", "src\/libs\/jquery\/jquery-migrate-1.2.1.min.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "storage", "*:\/\/*.kbb.com\/*", "*:\/\/*.keleybluebookimages.com\/*", "*:\/\/*.craigslist.at\/*", "*:\/\/*.craigslist.ca\/*", "*:\/\/*.craigslist.ch\/*", "*:\/\/*.craigslist.com\/*", "*:\/\/*.craigslist.com.cn\/*", "*:\/\/*.craigslist.com.mx\/*", "*:\/\/*.craigslist.com.ph\/*", "*:\/\/*.craigslist.co.in\/*", "*:\/\/*.craigslist.co.th\/*", "*:\/\/*.craigslist.co.uk\/*", "*:\/\/*.craigslist.co.za\/*", "*:\/\/*.craigslist.cz\/*", "*:\/\/*.craigslist.de\/*", "*:\/\/*.craigslist.es\/*", "*:\/\/*.craigslist.fi\/*", "*:\/\/*.craigslist.hk\/*", "*:\/\/*.craigslist.it\/*", "*:\/\/*.craigslist.jp\/*", "*:\/\/*.craigslist.org\/*", "*:\/\/*.craigslist.pl\/*", "*:\/\/*.craigslist.pt\/*", "*:\/\/*.craigslist.tw\/*", "*:\/\/*.craigslist.tr\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/ct*\/*.html", "*:\/\/*.craigslist.org\/*\/ct*\/*.html", "*:\/\/*.craigslist.at\/ct*\/*.html", "*:\/\/*.craigslist.ca\/ct*\/*.html", "*:\/\/*.craigslist.ch\/ct*\/*.html", "*:\/\/*.craigslist.com\/ct*\/*.html", "*:\/\/*.craigslist.com.cn\/ct*\/*.html", "*:\/\/*.craigslist.com.mx\/ct*\/*.html", "*:\/\/*.craigslist.com.ph\/ct*\/*.html", "*:\/\/*.craigslist.co.in\/ct*\/*.html", "*:\/\/*.craigslist.co.th\/ct*\/*.html", "*:\/\/*.craigslist.co.uk\/ct*\/*.html", "*:\/\/*.craigslist.co.za\/ct*\/*.html", "*:\/\/*.craigslist.cz\/ct*\/*.html", "*:\/\/*.craigslist.de\/ct*\/*.html", "*:\/\/*.craigslist.es\/ct*\/*.html", "*:\/\/*.craigslist.fi\/ct*\/*.html", "*:\/\/*.craigslist.hk\/ct*\/*.html", "*:\/\/*.craigslist.it\/ct*\/*.html", "*:\/\/*.craigslist.jp\/ct*\/*.html", "*:\/\/*.craigslist.org\/ct*\/*.html", "*:\/\/*.craigslist.pl\/ct*\/*.html", "*:\/\/*.craigslist.pt\/ct*\/*.html", "*:\/\/*.craigslist.tw\/ct*\/*.html", "*:\/\/*.craigslist.tr\/ct*\/*.html", "*:\/\/*.craigslist.at\/*\/ct*\/*.html", "*:\/\/*.craigslist.ca\/*\/ct*\/*.html", "*:\/\/*.craigslist.ch\/*\/ct*\/*.html", "*:\/\/*.craigslist.com\/*\/ct*\/*.html", "*:\/\/*.craigslist.com.cn\/*\/ct*\/*.html", "*:\/\/*.craigslist.com.mx\/*\/ct*\/*.html", "*:\/\/*.craigslist.com.ph\/*\/ct*\/*.html", "*:\/\/*.craigslist.co.in\/*\/ct*\/*.html", "*:\/\/*.craigslist.co.th\/*\/ct*\/*.html", "*:\/\/*.craigslist.co.uk\/*\/ct*\/*.html", "*:\/\/*.craigslist.co.za\/*\/ct*\/*.html", "*:\/\/*.craigslist.cz\/*\/ct*\/*.html", "*:\/\/*.craigslist.de\/*\/ct*\/*.html", "*:\/\/*.craigslist.es\/*\/ct*\/*.html", "*:\/\/*.craigslist.fi\/*\/ct*\/*.html", "*:\/\/*.craigslist.hk\/*\/ct*\/*.html", "*:\/\/*.craigslist.it\/*\/ct*\/*.html", "*:\/\/*.craigslist.jp\/*\/ct*\/*.html", "*:\/\/*.craigslist.org\/*\/ct*\/*.html", "*:\/\/*.craigslist.pl\/*\/ct*\/*.html", "*:\/\/*.craigslist.pt\/*\/ct*\/*.html", "*:\/\/*.craigslist.tw\/*\/ct*\/*.html", "*:\/\/*.craigslist.tr\/*\/ct*\/*.html" ], "js": [ "src\/libs\/jquery\/jquery-1.11.0.min.js", "src\/libs\/jquery\/jquery-migrate-1.2.1.min.js", "src\/libs\/bootstrap\/bootstrap.min.js", "src\/inject\/js\/inject.js", "src\/inject\/js\/canvas.js", "src\/inject\/js\/iframe.js" ], "css": [ "src\/inject\/css\/inject.css", "src\/inject\/css\/bootstrap-theme.min.css", "src\/inject\/css\/bootstrap.min.css" ], "all_frames": true, "run_at": "document_end" } ] } |