Zenoti Weekly Schedule Viewer

Print Schedule when the page is done loading

Cos'è Zenoti Weekly Schedule Viewer?

Zenoti Weekly Schedule Viewer è un'estensione di Chrome sviluppata da Sashi Guduri, e la sua funzione principale è "Print Schedule when the page is done loading".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Zenoti Weekly Schedule Viewer

Scarica i file di estensione Zenoti Weekly Schedule Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Zenoti Weekly Schedule Viewer Zenoti Weekly Schedule Viewer
ID khjjlmjkpgmabocimfcbkbpecnpiocae
URL Ufficiale https://chromewebstore.google.com/detail/zenoti-weekly-schedule-vi/khjjlmjkpgmabocimfcbkbpecnpiocae
Descrizione Print Schedule when the page is done loading
Dimensione del File 27.07 KB
Conteggio Installazioni 818
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2020-09-19
Sviluppatore Sashi Guduri
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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*"
            ]
        }
    ]
}