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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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*"
            ]
        }
    ]
}