Zenoti Weekly Schedule Viewer

Print Schedule when the page is done loading

Apa itu Zenoti Weekly Schedule Viewer?

Zenoti Weekly Schedule Viewer adalah ekstensi Chrome yang dikembangkan oleh Sashi Guduri, dan fitur utamanya adalah "Print Schedule when the page is done loading".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Zenoti Weekly Schedule Viewer

Unduh file ekstensi Zenoti Weekly Schedule Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Zenoti Weekly Schedule Viewer Zenoti Weekly Schedule Viewer
ID khjjlmjkpgmabocimfcbkbpecnpiocae
URL Resmi https://chromewebstore.google.com/detail/zenoti-weekly-schedule-vi/khjjlmjkpgmabocimfcbkbpecnpiocae
Deskripsi Print Schedule when the page is done loading
Ukuran File 27.07 KB
Jumlah Instalasi 818
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2022-10-18
Tanggal Publikasi 2020-09-19
Pengembang Sashi Guduri
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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*"
            ]
        }
    ]
}