Jenkins Chrome Extension
Jenkins Chrome Extension
Qu'est-ce que Jenkins Chrome Extension ?
Jenkins Chrome Extension est une extension Chrome développée par jnkchrext, et sa fonction principale est "Jenkins Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jenkins Chrome Extension
Téléchargez les fichiers d'extension Jenkins Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | cjmholedpdghokadoionhngnmfpeebnk |
| URL Officiel | https://chromewebstore.google.com/detail/jenkins-chrome-extension/cjmholedpdghokadoionhngnmfpeebnk |
| Description | Jenkins Chrome Extension |
| Taille du Fichier | 88.83 KB |
| Nombre d'Installations | 600 |
| Version Actuelle | 2.0.7 |
| Dernière Mise à Jour | 2023-12-07 |
| Date de Publication | 2020-04-28 |
| Évaluation | 5.00/5 Total 4 Évaluations |
| Développeur | jnkchrext |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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:\/\/*\/*"
]
}
]
} | |