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
公式URL 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
Eメール [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*"
            ]
        }
    ]
}