Zenoti Weekly Schedule Viewer

Print Schedule when the page is done loading

Zenoti Weekly Schedule Viewerคืออะไร?

Zenoti Weekly Schedule Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sashi Guduri และคุณลักษณะหลักของมันคือ "Print Schedule when the page is done loading"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zenoti Weekly Schedule Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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*"
            ]
        }
    ]
}