/chrome-codeable-transactions

Chrome extension that exports Codeable transactions to CSV

Primary LanguageJavaScript

Codeable Transaction Exporter Chrome Extension

Exports your Codeable transactions to a CSV file

Installation

  1. Clone this repo.

  2. Visit chrome://extensions` in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox and select Extensions under the Tools menu to get to the same place).

  3. Ensure that the Developer mode checkbox in the top right-hand corner is checked.

  4. Click Load unpacked extension… to pop up a file-selection dialog.

  5. Navigate to the directory in which the cloned extension files live, and select it.

Usage

While logged into Codeable, visit the transactions page and click the extension button. It will download the currently viewed transactions as a CSV. Use the pagination navigation to export other transactions.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • v1.0.0: Initial release
  • v1.0.1: Compatibility fix for 2018

License

MIT

Copyright 2017 Jan Beck

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.