Add a link to trello
This extension will let you add a link to a list on a board on Trello.
What is Add a link to trello?
Add a link to trello is a Chrome extension developed by https://omgmog.net, and its main feature is "This extension will let you add a link to a list on a board on Trello.".
Extension Screenshots
Download Add a link to trello Extension CRX File
Download Add a link 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
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
Extension Basic Information
Name | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
Official URL | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
Description | This extension will let you add a link to a list on a board on Trello. |
File Size | 71.53 KB |
Installation Count | 517 |
Current Version | 1.2.1 |
Last Updated | 2021-07-30 |
Publish Date | 2014-03-14 |
Rating | 4.11/5 Total 9 Ratings |
Developer | https://omgmog.net |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/omgmog/chrome-add-link-to-trello |
Help Page URL | https://github.com/omgmog/chrome-add-link-to-trello/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add a link to trello", "description": "This extension will let you add a link to a list on a board on Trello.", "version": "1.2.1", "options_page": "options.html", "permissions": [ "https:\/\/api.trello.com\/", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |