Craigslist to Trello
Add items from Craigslist directly into Trello
What is Craigslist to Trello?
Craigslist to Trello is a Chrome extension developed by steve.klebanoff, and its main feature is "Add items from Craigslist directly into Trello".
Extension Screenshots
Download Craigslist to Trello Extension CRX File
Download Craigslist to Trello 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
Post items from Craigslist directly to Trello
Extension Basic Information
Name | Craigslist to Trello |
ID | fleimhcipmfmdmhafmdjnpbhaanhomdo |
Official URL | https://chromewebstore.google.com/detail/craigslist-to-trello/fleimhcipmfmdmhafmdjnpbhaanhomdo |
Description | Add items from Craigslist directly into Trello |
File Size | 1.33 MB |
Installation Count | 15 |
Current Version | 0.3.5 |
Last Updated | 2016-09-03 |
Publish Date | 2016-09-03 |
Developer | steve.klebanoff |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/steveklebanoff/chrome-craigslist-to-trello |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist to Trello", "description": "Add items from Craigslist directly into Trello", "version": "0.3.5", "browser_action": { "default_popup": "popup.html", "default_title": "Add Items From Craigslist to Trello" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/", "activeTab" ], "web_accessible_resources": [ "settings.html" ] } |