Zenoti Weekly Schedule Viewer

Print Schedule when the page is done loading

什麼是Zenoti Weekly Schedule Viewer?

Zenoti Weekly Schedule Viewer是由Sashi Guduri開發的Chrome擴展程式,該擴展的主要功能是“Print Schedule when the page is done loading”。

擴展截圖

screenshot
screenshot

下載Zenoti Weekly Schedule Viewer擴展crx文件

下載Zenoti Weekly Schedule Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Zenoti Weekly Schedule Viewer Zenoti Weekly Schedule Viewer
ID khjjlmjkpgmabocimfcbkbpecnpiocae
官方網址 https://chromewebstore.google.com/detail/zenoti-weekly-schedule-vi/khjjlmjkpgmabocimfcbkbpecnpiocae
簡介 Print Schedule when the page is done loading
檔案大小 27.07 KB
安裝次數 818
目前版本 0.0.0.3
更新時間 2022-10-18
上架時間 2020-09-19
開發者 Sashi Guduri
電子郵箱 [email protected]
付費類型 free
支援的語言 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*"
            ]
        }
    ]
}