Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Wat is Add a link to trello?
Add a link to trello is een Chrome-extensie ontwikkeld door https://omgmog.net, en de belangrijkste functie is "This extension will let you add a link to a list on a board on Trello.".
Extensie Screenshots
Download het CRX-bestand van de extensie Add a link to trello
Download Add a link to trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
Basisinformatie over de Extensie
Naam | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
Officiële URL | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
Beschrijving | This extension will let you add a link to a list on a board on Trello. |
Bestandsgrootte | 71.53 KB |
Aantal Installaties | 517 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2021-07-30 |
Publicatiedatum | 2014-03-14 |
Beoordeling | 4.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://omgmog.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/omgmog/chrome-add-link-to-trello |
Help Pagina-URL | https://github.com/omgmog/chrome-add-link-to-trello/issues |
Ondersteunde Talen | 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'" } |