Azure DevOps Extension
Azure DevOps Extension - Check your pull requests with one click!
Hvad er Azure DevOps Extension?
Azure DevOps Extension er en Chrome-udvidelse udviklet af linkshot.app, og dens hovedfunktion er "Azure DevOps Extension - Check your pull requests with one click!".
Udvidelsesskærmbilleder
Download Azure DevOps Extension-udvidelses-CRX-fil
Download Azure DevOps Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
New! Version 1.2.1
• Enabled/Disable repository
• Create new pull request feature
• UI improvements
Version 1.1.0
• Check your work with one click!
• Get information if it's approved or rejected
• Configure multiple accounts and projects
• Windows, AOuth 2.0 or PAT authentication
• Supports Push Notifications
• Safer. Requires minimal permissions.
• Beautiful Design Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nngbhgobjaijbcmlmikajhdlkjangggl |
| Officiel URL | https://chromewebstore.google.com/detail/azure-devops-extension/nngbhgobjaijbcmlmikajhdlkjangggl |
| Beskrivelse | Azure DevOps Extension - Check your pull requests with one click! |
| Filstørrelse | 334 KB |
| Antal Installationer | 665 |
| Nuværende Version | 1.2.1 |
| Senest Opdateret | 2020-11-20 |
| Udgivelsesdato | 2020-04-09 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | linkshot.app |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Azure DevOps Extension",
"version": "1.2.1",
"description": "Azure DevOps Extension - Check your pull requests with one click!",
"icons": {
"32": "\/icons\/icon_blue_32.png",
"48": "\/icons\/icon_blue_48.png",
"64": "\/icons\/icon_blue_64.png",
"128": "\/icons\/icon_blue_128.png"
},
"permissions": [
"https:\/\/dev.azure.com\/*",
"https:\/\/vssps.dev.azure.com\/*",
"identity",
"storage",
"notifications"
],
"optional_permissions": [
"https:\/\/*\/"
],
"options_page": "\/options\/options.html",
"browser_action": {
"default_icon": "\/icons\/icon2_blue_16.png",
"default_popup": "\/popup\/popup.html",
"default_title": "Azure DevOps Extension"
},
"background": {
"page": "\/background\/background.html",
"scripts": []
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |