Azure DevOps Pull Requests

Azure DevOps - Manage pull requests in multiple repositories

Azure DevOps Pull Requests क्या है?

Azure DevOps Pull Requests Rémi Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Azure DevOps - Manage pull requests in multiple repositories"।

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

screenshot
screenshot

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

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

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

                        With this extension you can see, for an Azure DevOps domain (previously VSTS) :

- All active pull requests 
- All pull requests created by an user
- All pull requests assigned to an user

You must put your AzureDevOps domain at beginning to log in.
(Also support Personnal Access Token)

contact : [email protected]                    

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

नाम Azure DevOps Pull Requests Azure DevOps Pull Requests
ID pbjkodijnlbkbbkjmhgemlpigeaoaken
आधिकारिक URL https://chromewebstore.google.com/detail/azure-devops-pull-request/pbjkodijnlbkbbkjmhgemlpigeaoaken
विवरण Azure DevOps - Manage pull requests in multiple repositories
फ़ाइल का आकार 1.64 MB
स्थापना संख्या 689
वर्तमान संस्करण 2.7.0
अंतिम अपडेट 2021-04-10
प्रकाशन तिथि 2020-04-07
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर Rémi Dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/djedje72/azure-devops-chrome-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy+lMkSS5gi1VFKYgtbQxNtfiZj90\/jv8RIC2Mi\/kW\/YSBcyn6IcmJjV6Tcm8G\/VbNm3FiMGcN\/BHRmZYBbAZFi64\/f\/obxy1+baJNIcmFbQ\/8QbZWJlnKAfvTczVW\/Ptz1DgxTWHsBfkYSTJVTJfYZf8JV6LLPGZbaNiUwXqNNldUeX9\/XwtVKXFTIc+mmVmFAk9lHNAA9pW9YZ4eE8jmXwR4FHrwNdZlc+loYQVxMHdTHTTsfN2ObiFxSd4dhAg3\/yNtBrf5UzsKI79\/04N3eGj+firYPlCCRh\/ZfdrN3XjSApYJ+KSl5V6Bzpa7DqRzgtOH1bIc9sWtE9qKtPXswIDAQAB",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Azure DevOps Pull Requests",
    "description": "Azure DevOps - Manage pull requests in multiple repositories",
    "version": "2.7.0",
    "icons": {
        "16": "img\/icon\/azureDevops_16px.png",
        "32": "img\/icon\/azureDevops_32px.png",
        "48": "img\/icon\/azureDevops_48px.png",
        "128": "img\/icon\/azureDevops_128px.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "identity",
        "notifications",
        "alarms",
        "https:\/\/app.vssps.visualstudio.com\/oauth2\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}