Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Qu'est-ce que Add it for Trello ?
Add it for Trello est une extension Chrome développée par wyegelwel, et sa fonction principale est "This extension lets you add new cards to boards/lists and attach the current page as a comment".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add it for Trello
Téléchargez les fichiers d'extension Add it for 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
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
Informations de Base sur l'Extension
Nom | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
URL Officiel | 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 |
Taille du Fichier | 768 KB |
Nombre d'Installations | 132 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2015-07-28 |
Date de Publication | 2015-07-27 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | wyegelwel |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |