Azure DevOps Extension

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

Azure DevOps Extension क्या है?

Azure DevOps Extension linkshot.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Azure DevOps Extension - Check your pull requests with one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Azure DevOps Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Azure DevOps Extension Azure DevOps Extension
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
ईमेल [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'"
}