Zenoti Weekly Schedule Viewer
Print Schedule when the page is done loading
What is Zenoti Weekly Schedule Viewer?
Zenoti Weekly Schedule Viewer is a Chrome extension developed by Sashi Guduri, and its main feature is "Print Schedule when the page is done loading".
Extension Screenshots
Download Zenoti Weekly Schedule Viewer Extension CRX File
Download Zenoti Weekly Schedule Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extensions is for Zenoti Web POS software users. It lets you view your weekly schedule without any clutter and lets you print it.
Extension Basic Information
Name | Zenoti Weekly Schedule Viewer |
ID | khjjlmjkpgmabocimfcbkbpecnpiocae |
Official URL | https://chromewebstore.google.com/detail/zenoti-weekly-schedule-vi/khjjlmjkpgmabocimfcbkbpecnpiocae |
Description | Print Schedule when the page is done loading |
File Size | 27.07 KB |
Installation Count | 818 |
Current Version | 0.0.0.3 |
Last Updated | 2022-10-18 |
Publish Date | 2020-09-19 |
Developer | Sashi Guduri |
[email protected] | |
Payment Type | free |
Supported Languages | 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*" ] } ] } |