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 | 
| 公式URL | 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 | 
| Eメール | [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'"
} | |