Zedder

Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…

Zedder क्या है?

Zedder aSempruch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…"।

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

screenshot
screenshot

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

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

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

                        Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers Office of Information Technology that have access to the "Zed" portal.

Now allows you to dismiss shifts that you are not interested in!                    

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

नाम Zedder Zedder
ID oclfiknhggkgkhibknacdlniepkggbal
आधिकारिक URL https://chromewebstore.google.com/detail/zedder/oclfiknhggkgkhibknacdlniepkggbal
विवरण Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…
फ़ाइल का आकार 45.51 KB
स्थापना संख्या 192
वर्तमान संस्करण 5.0
अंतिम अपडेट 2020-03-19
प्रकाशन तिथि 2020-02-20
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर aSempruch
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/aSempruch/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zedder",
    "author": "aSempruch",
    "permissions": [
        "storage"
    ],
    "version": "5.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zed.rutgers.edu\/scheduling\/"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "icon16.png"
    ]
}