Mantis2Trello
Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url
Mantis2Trello क्या है?
Mantis2Trello https://www.jcnistal.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mantis2Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ddiiaojmncfmdmghfinjfedilkegilom |
आधिकारिक URL | https://chromewebstore.google.com/detail/mantis2trello/ddiiaojmncfmdmghfinjfedilkegilom |
विवरण | Create Trello Cards from Mantis Bug Tracker 0.3 -> Soporte para Url de Mantis sin /mantis/ o /bugs/ en la url |
फ़ाइल का आकार | 50.06 KB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2018-11-23 |
प्रकाशन तिथि | 2018-11-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.jcnistal.es |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/nikeyes/Mantis2Trello |
सहायता पृष्ठ URL | https://github.com/nikeyes/Mantis2Trello/issues |
समर्थित भाषाएँ | 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'" } |