Azure DevOps Extension

Azure DevOps Extension - Check your pull requests with one click!

Azure DevOps Extension là gì?

Azure DevOps Extension là một tiện ích mở rộng Chrome được phát triển bởi linkshot.app, và tính năng chính của nó là "Azure DevOps Extension - Check your pull requests with one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Azure DevOps Extension

Tải xuống các tệp mở rộng Azure DevOps 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Azure DevOps Extension Azure DevOps Extension
ID nngbhgobjaijbcmlmikajhdlkjangggl
URL Chính Thức https://chromewebstore.google.com/detail/azure-devops-extension/nngbhgobjaijbcmlmikajhdlkjangggl
Mô tả Azure DevOps Extension - Check your pull requests with one click!
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 665
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-11-20
Ngày Phát Hành 2020-04-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển linkshot.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}