ZenHub for GitHub
Zenhub – Project Management Inside GitHub
ZenHub for GitHub क्या है?
ZenHub for GitHub https://zenhub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zenhub – Project Management Inside GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZenHub for GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Zenhub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love, and Project Managers get total visibility into the development process. Over 8000 software teams trust Zenhub’s powerful browser extension to help them ship better software. Visualize Issues & Track Dependencies - Multi-Repo Task Boards allow you to track and provide transparency into your development process using existing GitHub data. Drag and drop Issues between pipelines, filter by labels, assign Issues, view Issues linked with Pull Requests, visualize blockers with Issue dependencies, and much more. Plan Sprints & Epics - Epics let you group multiple GitHub Issues together for better planning and tracking and collaborating on product backlogs. Use GitHub Milestones to create sprints, then add story points to track progress. Actionable Reports - Release Reports, Velocity Tracking, and Burndowns all enable more accurate predictions and continuous improvement insights. Determine team pace and efficiency, detect trends to improve processes, and measure the value delivered to end-users. Not using Chrome or Firefox? Learn more about accessing Zenhub across all browsers and mobile devices at https://zenhub.com/web Have any questions? Don't hesitate to tweet (@ZenHubHQ) or email us ([email protected]). By signing up, you agree to Zenhub’s Terms of Service and Privacy Policy Privacy Policy: https://www.zenhub.com/privacy-policy Terms of service: https://www.zenhub.com/terms-of-service
एक्सटेंशन की मूल जानकारी
नाम | ZenHub for GitHub |
ID | ogcgkffhplmphkaahpmffcafajaocjbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd |
विवरण | Zenhub – Project Management Inside GitHub |
फ़ाइल का आकार | 2.96 MB |
स्थापना संख्या | 76,843 |
वर्तमान संस्करण | 4.1.55 |
अंतिम अपडेट | 2024-02-23 |
प्रकाशन तिथि | 2020-07-02 |
रेटिंग | 4.76/5 कुल 379 रेटिंग्स |
डेवलपर | https://zenhub.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.zenhub.com |
सहायता पृष्ठ URL | https://www.zenhub.com/faq |
गोपनीयता नीति पृष्ठ URL | https://www.zenhub.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZenHub for GitHub", "short_name": "Zenhub", "version": "4.1.55", "manifest_version": 3, "description": "Zenhub \u2013 Project Management Inside GitHub", "author": "Axiom Zen", "permissions": [ "storage" ], "icons": { "16": "img\/ZH-16.png", "48": "img\/ZH-48.png", "128": "img\/ZH-128.png" }, "action": { "default_icon": { "19": "img\/ZH-19.png", "38": "img\/ZH-38.png" }, "default_title": "Zenhub", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/extension-main.css", "js\/built\/coreStyles.css", "js\/built\/main.css", "js\/built\/vendor.css" ], "run_at": "document_start", "exclude_matches": [ "https:\/\/github.com\/pages\/*" ] }, { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/built\/vendor.js", "js\/built\/icons.js", "js\/built\/config.js", "js\/built\/main.js" ], "run_at": "document_end", "exclude_matches": [ "https:\/\/github.com\/pages\/*" ] } ], "background": { "service_worker": "js\/worker.js" }, "web_accessible_resources": [ { "resources": [ "js\/*", "templates\/*", "img\/**\/*", "font\/*" ], "matches": [ "https:\/\/github.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "*:\/\/api.zenhub.com\/*", "*:\/\/github.com\/*", "*:\/\/api.github.com\/*" ] } |