Jenkins Chrome Extension
Jenkins Chrome Extension
Jenkins Chrome Extension là gì?
Jenkins Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi jnkchrext, và tính năng chính của nó là "Jenkins Chrome Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jenkins Chrome Extension
Tải xuống các tệp mở rộng Jenkins Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jenkins Chrome Extension |
ID | cjmholedpdghokadoionhngnmfpeebnk |
URL Chính Thức | https://chromewebstore.google.com/detail/jenkins-chrome-extension/cjmholedpdghokadoionhngnmfpeebnk |
Mô tả | Jenkins Chrome Extension |
Kích Thước Tệp | 88.83 KB |
Số Lần Cài Đặt | 600 |
Phiên Bản Hiện Tại | 2.0.7 |
Cập Nhật Lần Cuối | 2023-12-07 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | jnkchrext |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |