Unimelb WAM Checker

This extension will notify you when your WAM has been changed.

Unimelb WAM Checker क्या है?

Unimelb WAM Checker Xiao Liang Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will notify you when your WAM has been changed."।

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

screenshot

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

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

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

                        This extension will notify you when your WAM has been changed. Currently, only for Unimelb students. If you would like to improve or add support to your university, please visit https://github.com/yxliang01/Unimelb-WAM-Checker . Comments are welcome!                    

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

नाम Unimelb WAM Checker Unimelb WAM Checker
ID kjdhdamemgfkkhblkfomomoohigekhll
आधिकारिक URL https://chromewebstore.google.com/detail/unimelb-wam-checker/kjdhdamemgfkkhblkfomomoohigekhll
विवरण This extension will notify you when your WAM has been changed.
फ़ाइल का आकार 2.91 MB
स्थापना संख्या 17
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2017-11-21
प्रकाशन तिथि 2017-11-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Xiao Liang Yu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yxliang01/Unimelb-WAM-Checker
सहायता पृष्ठ URL https://github.com/yxliang01/Unimelb-WAM-Checker/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png",
        "512": "images\/icon512.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png",
            "512": "images\/icon512.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prod.ss.unimelb.edu.au\/student\/SM\/ResultsDtls*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "notifications",
        "alarms",
        "tabs"
    ]
}