Zenoti Weekly Schedule Viewer

Print Schedule when the page is done loading

O que é Zenoti Weekly Schedule Viewer?

Zenoti Weekly Schedule Viewer é uma extensão do Chrome desenvolvida por Sashi Guduri, e sua principal característica é "Print Schedule when the page is done loading".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Zenoti Weekly Schedule Viewer

Baixe arquivos de extensão Zenoti Weekly Schedule Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Zenoti Weekly Schedule Viewer Zenoti Weekly Schedule Viewer
ID khjjlmjkpgmabocimfcbkbpecnpiocae
URL Oficial https://chromewebstore.google.com/detail/zenoti-weekly-schedule-vi/khjjlmjkpgmabocimfcbkbpecnpiocae
Descrição Print Schedule when the page is done loading
Tamanho do Arquivo 27.07 KB
Contagem de Instalações 818
Versão Atual 0.0.0.3
Última Atualização 2022-10-18
Data de Publicação 2020-09-19
Desenvolvedor Sashi Guduri
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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*"
            ]
        }
    ]
}