Bug Tracker Issue Copier
Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!
Bug Tracker Issue Copier क्या है?
Bug Tracker Issue Copier Erick Perez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bug Tracker Issue Copier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension is for use with Jira, GitHub, GitLab, BugTower, DoneDone, and Google's Issue Tracker (Buganizer). It copies all issues that are currently visible in your browser over to your clipboard - link and all. You can then paste them into an e-mail or any other document editor that supports rich text. Useful for status reports if you find yourself doing this repetitive copy/paste dance on a daily basis.
एक्सटेंशन की मूल जानकारी
नाम | Bug Tracker Issue Copier |
ID | koanoolibihaieacodfefmfpcjccicam |
आधिकारिक URL | https://chromewebstore.google.com/detail/bug-tracker-issue-copier/koanoolibihaieacodfefmfpcjccicam |
विवरण | Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more! |
फ़ाइल का आकार | 138 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.4.19 |
अंतिम अपडेट | 2024-01-17 |
प्रकाशन तिथि | 2020-01-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Erick Perez |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4.19", "name": "Bug Tracker Issue Copier", "description": "Copies all visible issue titles as links. Works with Jira, GitHub, Google Issue Tracker, and more!", "permissions": [ "activeTab" ], "background": { "scripts": [ "lib\/codemirror.js", "lib\/mode\/xml\/xml.js", "lib\/mode\/htmlmixed\/htmlmixed.js", "lib\/mode\/css\/css.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "Bug Tracker Issue Copier" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ " |