Mantis2Trello
Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url
Wat is Mantis2Trello?
Mantis2Trello is een Chrome-extensie ontwikkeld door https://www.jcnistal.es, en de belangrijkste functie is "Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url".
Extensie Screenshots
Download het CRX-bestand van de extensie Mantis2Trello
Download Mantis2Trello-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
Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url
Basisinformatie over de Extensie
Naam | |
ID | ddiiaojmncfmdmghfinjfedilkegilom |
Officiële URL | https://chromewebstore.google.com/detail/mantis2trello/ddiiaojmncfmdmghfinjfedilkegilom |
Beschrijving | Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url |
Bestandsgrootte | 50.06 KB |
Aantal Installaties | 117 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-11-23 |
Publicatiedatum | 2018-11-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.jcnistal.es |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/nikeyes/Mantis2Trello |
Help Pagina-URL | https://github.com/nikeyes/Mantis2Trello/issues |
Ondersteunde Talen | 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'" } |