Jira HotLinker
Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!
Jira HotLinker क्या है?
Jira HotLinker https://dhwillem.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jira HotLinker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will show a tooltip when hovering over a jira ticket number on github or a ticket link. The tooltip is enabled on github.com by default, you can add new domains by clicking on the extension icon or in the option menu. New ! : - Copy past the ticket title to clipboard thanks to @ https://github.com/kaspars-ozols - Github enterprise support for pull requests ! - Security updates Features: - Title and Link to Jira - Related pull requests - Descriptions - Attachments - Issue type / status / priority - Comment count and plain text comments - Configure domains where the plugin is active by clicking on the extension icon. - Pin a ticket on the screen by dragging the title Privacy Features: - Does not store any user data what so ever - Only requires access to the websites where you want to use the plugin. - Does not ask for your jira password or user name ! Should also work on google docs all tough that is currently experimental.
एक्सटेंशन की मूल जानकारी
नाम | Jira HotLinker |
ID | lbifpcpomdegljfpfhgfcjdabbeallhk |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-hotlinker/lbifpcpomdegljfpfhgfcjdabbeallhk |
विवरण | Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers! |
फ़ाइल का आकार | 674 KB |
स्थापना संख्या | 1,952 |
वर्तमान संस्करण | 1.8.0 |
अंतिम अपडेट | 2022-02-22 |
प्रकाशन तिथि | 2019-08-14 |
रेटिंग | 4.76/5 कुल 17 रेटिंग्स |
डेवलपर | https://dhwillem.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/helmus/Jira-Hot-Linker |
सहायता पृष्ठ URL | https://github.com/helmus/Jira-Hot-Linker/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira HotLinker", "description": "Jira HotLinker, quick access to Jira metadata when hovering over ticket numbers!", "version": "1.8.0", "manifest_version": 2, "icons": { "128": "resources\/jiralink128.png" }, "browser_action": { "default_title": "Click to always search for tickets on this page" }, "minimum_chrome_version": "60", "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "web_accessible_resources": [ "resources\/*" ], "optional_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "declarativeContent", "https:\/\/github.com\/", "storage" ], "options_ui": { "page": "options\/options.html", "chrome_style": true } } |