PR Monitor

Get notified when you receive a pull request on GitHub.

PR Monitor क्या है?

PR Monitor Zenc Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified when you receive a pull request on GitHub."।

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

screenshot

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

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

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

                        PR Monitor lets you easily manage your GitHub pull requests with the click of a button.

You'll get notified whenever you receive a new pull request to review, or when an existing pull request is ready for another review.

You can also access your own pull requests within a couple of clicks!

See https://github.com/fwouts/prmonitor for source code.                    

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

नाम PR Monitor PR Monitor
ID pneldbfhblmldbhmkolclpkijgnjcmng
आधिकारिक URL https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng
विवरण Get notified when you receive a pull request on GitHub.
फ़ाइल का आकार 376 KB
स्थापना संख्या 725
वर्तमान संस्करण 0.10.7
अंतिम अपडेट 2023-06-21
प्रकाशन तिथि 2020-06-05
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर Zenc Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fwouts/prmonitor
सहायता पृष्ठ URL https://github.com/fwouts/prmonitor/issues
गोपनीयता नीति पृष्ठ URL https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PR Monitor",
    "version": "0.10.7",
    "description": "Get notified when you receive a pull request on GitHub.",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "images\/logo48.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png",
        "256": "images\/logo256.png"
    }
}