Zenoti Weekly Schedule Viewer

Print Schedule when the page is done loading

Co je Zenoti Weekly Schedule Viewer?

Zenoti Weekly Schedule Viewer je rozšíření Chrome vyvinuté Sashi Guduri, a jeho hlavní funkcí je „Print Schedule when the page is done loading“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Zenoti Weekly Schedule Viewer

Stáhněte si soubory rozšíření Zenoti Weekly Schedule Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extensions is for Zenoti Web POS software users. It lets you view your weekly schedule without any clutter and lets you print it.                    

Základní Informace o Rozšíření

Název Zenoti Weekly Schedule Viewer Zenoti Weekly Schedule Viewer
ID khjjlmjkpgmabocimfcbkbpecnpiocae
Oficiální URL https://chromewebstore.google.com/detail/zenoti-weekly-schedule-vi/khjjlmjkpgmabocimfcbkbpecnpiocae
Popis Print Schedule when the page is done loading
Velikost souboru 27.07 KB
Počet instalací 818
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2022-10-18
Datum Vydání 2020-09-19
Vývojář Sashi Guduri
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zenoti Weekly Schedule Viewer",
    "version": "0.0.0.3",
    "description": "Print Schedule when the page is done loading",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.12.4\/; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "dom_get.js"
            ],
            "matches": [
                "https:\/\/*.zenoti.com\/Admin\/Employees\/EmployeeSchedule.aspx?View=Week*",
                "https:\/\/*.zenoti.com\/Admin\/Employees\/EmployeeSchedule.aspx?View=Week*"
            ]
        }
    ]
}