TimeClock 365

TimeClock 365

ما هو TimeClock 365؟

TimeClock 365 هو إضافة Chrome تم تطويرها بواسطة https://www.timeclock365.com، والميزة الرئيسية لها هي "TimeClock 365".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TimeClock 365

قم بتنزيل ملفات الامتداد TimeClock 365 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Manage Your Employees With One Solution!

- Manage and Track working time
- Manage and Track Tasks & Projects, using mobile app, web portal, biometric clocks, access controllers, Jira and more.

Keep track of hours wherever work happens!

How does it work ?

Download Timeclock 365 app or access the web portal and tap “Punch in”. 
Timeclock 365 will record your IP and location and will run on the background while you work.
When you finish working, just press “Punch out”, that’s all it takes.
Timeclock 365 is intuitive user-friendly with an attractive look and feel offering your total flexibility on how you Track Time for your employees, be they remote workers such as guards, sales-people, technicians, a mixture between office-based and road travel or purely office based.                    

معلومات أساسية عن التمديد

الاسم TimeClock 365 TimeClock 365
ID pembaknhbmdidfmcnhhjgoogpegalbik
عنوان URL الرسمي https://chromewebstore.google.com/detail/timeclock-365/pembaknhbmdidfmcnhhjgoogpegalbik
الوصف TimeClock 365
حجم الملف 1.49 MB
عدد التثبيتات 415
النسخة الحالية 1.18
آخر تحديث 2023-05-09
تاريخ النشر 2020-08-27
تقييم 4.67/5 مجموع تقييمات 9
المطور https://www.timeclock365.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.timeclock365.com
عنوان صفحة المساعدة https://www.timeclock365.com/support
عنوان صفحة سياسة الخصوصية https://timeclock365.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TimeClock 365",
    "version": "1.18",
    "description": "TimeClock 365",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.timeclock365.com\/",
        "*:\/\/*.timeclock365.com\/*",
        "https:\/\/www.timeclock365.com\/",
        "https:\/\/test.protextme.com\/",
        "https:\/\/live.timeclock365.com\/*",
        "https:\/\/*.atlassian.net\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies",
        "tabs",
        "contextMenus"
    ],
    "action": {
        "default_popup": "index.html?target=home\/login",
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "32": "assets\/images\/logo32.png",
            "48": "assets\/images\/logo48.png",
            "128": "assets\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo16.png",
        "32": "assets\/images\/logo32.png",
        "48": "assets\/images\/logo48.png",
        "128": "assets\/images\/logo128.png"
    },
    "background": {
        "service_worker": "background_runtime.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "trello.js",
                "runtime.js"
            ],
            "css": [
                "assets\/css\/trello\/trello.css",
                "assets\/css\/overlay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "jira.js",
                "runtime.js"
            ],
            "css": [
                "assets\/css\/jira\/jira.css",
                "assets\/css\/overlay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.monday.com\/*"
            ],
            "js": [
                "monday.js",
                "runtime.js"
            ],
            "css": [
                "assets\/css\/monday\/monday.css",
                "assets\/css\/overlay.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.js",
                "runtime.js"
            ],
            "css": [
                "assets\/css\/gmail\/gmail.css",
                "assets\/css\/overlay.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/logo20.png",
                "assets\/html\/trello_start_task_btn.html",
                "assets\/html\/trello_pause_task_btn.html",
                "assets\/css\/trello\/trello.css",
                "assets\/html\/overlay.html",
                "assets\/images\/logo.png",
                "assets\/html\/toast.html"
            ],
            "matches": [
                "https:\/\/*.trello.com\/*",
                "https:\/\/trello.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/html\/jira_start_task_btn.html",
                "assets\/images\/logo20.png",
                "assets\/html\/jira_pause_task_btn.html",
                "assets\/css\/jira\/jira.css",
                "assets\/html\/overlay.html",
                "assets\/images\/logo.png",
                "assets\/html\/toast.html"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ]
        },
        {
            "resources": [
                "monday_world.js",
                "assets\/html\/monday_start_task_btn.html",
                "assets\/images\/logo20.png",
                "assets\/html\/monday_pause_task_btn.html",
                "assets\/css\/monday\/monday.css",
                "assets\/html\/overlay.html",
                "assets\/images\/logo.png",
                "assets\/html\/toast.html"
            ],
            "matches": [
                "https:\/\/*.monday.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/html\/gmail_start_task_btn.html",
                "assets\/images\/logo20.png",
                "assets\/html\/gmail_pause_task_btn.html",
                "assets\/css\/gmail\/gmail.css",
                "assets\/html\/overlay.html",
                "assets\/images\/logo.png",
                "assets\/html\/toast.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}