Add it for Trello

Add it for Trello

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

Merlin
Additional files are visible only to premium users

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"
  ]
}