Mantis2Trello
Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url
Qu'est-ce que Mantis2Trello ?
Mantis2Trello est une extension Chrome développée par https://www.jcnistal.es, et sa fonction principale est "Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mantis2Trello
Téléchargez les fichiers d'extension Mantis2Trello 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
Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url
Informations de Base sur l'Extension
Nom | |
ID | ddiiaojmncfmdmghfinjfedilkegilom |
URL Officiel | https://chromewebstore.google.com/detail/mantis2trello/ddiiaojmncfmdmghfinjfedilkegilom |
Description | Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url |
Taille du Fichier | 50.06 KB |
Nombre d'Installations | 117 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2018-11-23 |
Date de Publication | 2018-11-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.jcnistal.es |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/nikeyes/Mantis2Trello |
URL de la Page d'Aide | https://github.com/nikeyes/Mantis2Trello/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mantis2Trello", "short_name": "Mantis2Trello", "description": "", "version": "0.3", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "Mantis2TrelloIcon16.png", "48": "Mantis2TrelloIcon48.png", "128": "Mantis2TrelloIcon128.png" }, "page_action": { "default_icon": "Mantis2TrelloIcon16.png", "default_title": "Click to Create Trello Card with this Mantis." }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/mantis\/view.php*", "*:\/\/*\/bugs\/view.php*", "*:\/\/*\/view.php*" ], "js": [ "jquery.1.7.1.min.js", "client.js", "content.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*\/mantis\/view.php*", "*:\/\/*\/bugs\/view.php*", "*:\/\/*\/view.php*", "declarativeContent", "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |