CircleCI Monitor

Monitor your branches' build status on CircleCI

CircleCI Monitor क्या है?

CircleCI Monitor Alex Aitken द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor your branches' build status on CircleCI"।

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

screenshot

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

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

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

                        Easily monitor the status of just your builds on circleci.com without having to continuously switching to or opening the webpage.

If you use CircleCI for continuous integration and don't want to keep a tab open to track the status of your builds.  This extension will provide that information in a small icon next to the address bar.  You can quickly see the status of the latest build all your branches in a popup and open full details on CircleCI from there.

You must already have an account on CircleCI.com for this extension to work.                    

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

नाम CircleCI Monitor CircleCI Monitor
ID pkdkfaokllclembpkggkndfejdhcpmpk
आधिकारिक URL https://chromewebstore.google.com/detail/circleci-monitor/pkdkfaokllclembpkggkndfejdhcpmpk
विवरण Monitor your branches' build status on CircleCI
फ़ाइल का आकार 110 KB
स्थापना संख्या 140
वर्तमान संस्करण 1.3.7
अंतिम अपडेट 2021-04-26
प्रकाशन तिथि 2017-02-25
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Alex Aitken
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/alexaitken/circleci-monitor
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CircleCI Monitor",
    "description": "Monitor your branches' build status on CircleCI",
    "version": "1.3.7",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/starting-19.png",
            "38": "images\/starting-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "CircleCI Monitor"
    },
    "background": {
        "scripts": [
            "vendor\/zepto.js",
            "vendor\/underscore.js",
            "vendor\/backbone.js",
            "vendor\/backbone.select.js",
            "vendor\/backbone.marionette.js",
            "app.js",
            "models.js",
            "views.js",
            "bootstrap.js"
        ]
    },
    "permissions": [
        "https:\/\/circleci.com\/api\/v1\/me",
        "https:\/\/circleci.com\/api\/v1\/projects"
    ]
}