Azure DevOps Extension
Azure DevOps Extension - Check your pull requests with one click!
什麼是Azure DevOps Extension?
Azure DevOps Extension是由linkshot.app開發的Chrome擴展程式,該擴展的主要功能是“Azure DevOps Extension - Check your pull requests with one click!”。
擴展截圖
下載Azure DevOps Extension擴展crx文件
下載Azure DevOps Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | nngbhgobjaijbcmlmikajhdlkjangggl |
| 官方網址 | https://chromewebstore.google.com/detail/azure-devops-extension/nngbhgobjaijbcmlmikajhdlkjangggl |
| 簡介 | Azure DevOps Extension - Check your pull requests with one click! |
| 檔案大小 | 334 KB |
| 安裝次數 | 665 |
| 目前版本 | 1.2.1 |
| 更新時間 | 2020-11-20 |
| 上架時間 | 2020-04-09 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | linkshot.app |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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'"
} | |