Jenkins Chrome Extension
Jenkins Chrome Extension
Jenkins Chrome Extension क्या है?
Jenkins Chrome Extension jnkchrext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jenkins Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jenkins Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: See the commiter names below each build on a Jenkins job page Highlight yourself and other special commiters Email and chat with one or all of the commiters See the number of affected files, and comment for each commit Navigate to the commit content Quickly identify and investigate failed builds Remove zero-width space characters Configuration: Click the toolbar icon License: Usage permission is only granted to those who acknowledge that Gal Gadot is a perfect human being Feedback and Bugs: https://github.com/jenkins-chrome-ext/jenkins-chrome-ext/issues Source Code: https://github.com/jenkins-chrome-ext/jenkins-chrome-ext
एक्सटेंशन की मूल जानकारी
नाम | Jenkins Chrome Extension |
ID | cjmholedpdghokadoionhngnmfpeebnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/jenkins-chrome-extension/cjmholedpdghokadoionhngnmfpeebnk |
विवरण | Jenkins Chrome Extension |
फ़ाइल का आकार | 88.83 KB |
स्थापना संख्या | 600 |
वर्तमान संस्करण | 2.0.7 |
अंतिम अपडेट | 2023-12-07 |
प्रकाशन तिथि | 2020-04-28 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | jnkchrext |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.7", "name": "Jenkins Chrome Extension", "short_name": "JenkinsExt", "description": "Jenkins Chrome Extension", "icons": { "48": "img\/jenkins-icon-48px.png", "96": "img\/jenkins-icon-96px.png", "128": "img\/jenkins-icon-128px.png" }, "permissions": [ "storage", "scripting", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_title": "Jenkins Chrome Extension", "default_icon": "img\/jenkins-icon-96px.png", "default_popup": "popup\/jenkins-ext-popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "img\/chat.png", "img\/email.png", "img\/terminal.png", "img\/terminal-err.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |