Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Qu'est-ce que Add a link to trello ?
Add a link to trello est une extension Chrome développée par https://omgmog.net, et sa fonction principale est "This extension will let you add a link to a list on a board on Trello.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add a link to trello
Téléchargez les fichiers d'extension Add a link to trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
Informations de Base sur l'Extension
Nom | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
URL Officiel | 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. |
Taille du Fichier | 71.53 KB |
Nombre d'Installations | 517 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2021-07-30 |
Date de Publication | 2014-03-14 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | https://omgmog.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/omgmog/chrome-add-link-to-trello |
URL de la Page d'Aide | https://github.com/omgmog/chrome-add-link-to-trello/issues |
Langues Prises en Charge | 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'" } |