Azure DevOps Extension

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

Was ist Azure DevOps Extension?

Azure DevOps Extension ist eine Chrome-Erweiterung, die von linkshot.app entwickelt wurde, und ihr Hauptmerkmal ist "Azure DevOps Extension - Check your pull requests with one click!".

Erweiterungsscreenshots

screenshot
screenshot

Azure DevOps Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Azure DevOps Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Azure DevOps Extension Azure DevOps Extension
ID nngbhgobjaijbcmlmikajhdlkjangggl
Offizielle URL https://chromewebstore.google.com/detail/azure-devops-extension/nngbhgobjaijbcmlmikajhdlkjangggl
Beschreibung Azure DevOps Extension - Check your pull requests with one click!
Dateigröße 334 KB
Installationsanzahl 665
Aktuelle Version 1.2.1
Letztes Update 2020-11-20
Veröffentlichungsdatum 2020-04-09
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler linkshot.app
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}