Add it for Trello

This extension lets you add new cards to boards/lists and attach the current page as a comment

What is Add it for Trello?

Add it for Trello is a Chrome extension developed by wyegelwel, and its main feature is "This extension lets you add new cards to boards/lists and attach the current page as a comment".

Extension Screenshots

screenshot
screenshot
screenshot

Download Add it for Trello Extension CRX File

Download Add it for 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

                        Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all.


Github link: https://github.com/wyegelwel/Trello_It                    

Extension Basic Information

Name Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
Official URL https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
Description This extension lets you add new cards to boards/lists and attach the current page as a comment
File Size 768 KB
Installation Count 132
Current Version 0.3
Last Updated 2015-07-28
Publish Date 2015-07-27
Rating 4.50/5 Total 2 Ratings
Developer wyegelwel
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add it for Trello",
    "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/Trello_it_logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/trello.com\/",
        "https:\/\/api.trello.com\/",
        "tabs"
    ]
}