SCREENish Time Tracker
SCREENish Time Tracking Chrome extension
SCREENish Time Trackerคืออะไร?
SCREENish Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.screenish.com และคุณลักษณะหลักของมันคือ "SCREENish Time Tracking Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SCREENish Time Tracker
ดาวน์โหลดไฟล์ส่วนขยาย SCREENish Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SCREENish for Chrome is a productivity tracking browser extension developed to help managers, team leaders and freelancers with their time management needs. If you are leading or participating in a project, this trusted time tracking app is ideal for you. The SCREENish time tracking extension for Chrome will help you improve and track your or your team's working hours. If you are a manager or a team leader all you have to do is register an employer account at SCREENish time tracking and send invitations to your employees, and assign them to your projects. The time tracking web extension of SCREENish will be ideal to optimize and improve the working hours of your team. - Once your team starts recording their working hours you can review them through your employer account and even use the accounting option to help with your budgeting. - As a team leader or a manager you can also share with your clients the progress of your team, with the click of a single button. If you are freelancer all you have to do is create an account in and SCREENish time tracking invite yourself. - Create your projects and track your time to monitor your own progress, and use the accounting feature to calculate your profits. - You will be able to also share your progress with your clients with the click of a single button. The trusted time tracking browser extension of SCREENish is a convenient way to track time and improve your productivity, but also to control your projects and create a trust-based realationship with your team and clients. With an account on SCREENish you can always use any of the other two time tracking apps, based on your personal time and team management needs. You can use the desktop time management app for a customized or full work process control, and use the Android GPS and time tracking app for mobile team management. With SCREENish, you choose how you will manage your time and team!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SCREENish Time Tracker |
ID | mebpfdepgcibngehigjdiknmpbjmogge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screenish-time-tracker/mebpfdepgcibngehigjdiknmpbjmogge |
คำอธิบาย | SCREENish Time Tracking Chrome extension |
ขนาดไฟล์ | 299 KB |
จำนวนการติดตั้ง | 309 |
เวอร์ชันปัจจุบัน | 1.16 |
อัปเดตครั้งล่าสุด | 2022-09-21 |
วันที่เผยแพร่ | 2019-04-15 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.screenish.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.screenish.com/#!/how_it_works |
URL หน้านโยบายความเป็นส่วนตัว | https://www.screenish.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SCREENish Time Tracker", "description": "SCREENish Time Tracking Chrome extension", "version": "1.16", "offline_enabled": true, "icons": { "16": "icons\/icon.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "persistent": true, "scripts": [ "node_modules\/crypto-js\/crypto-js.js", "js\/moment.js", "js\/jquery-3.1.1.min.js", "js\/helpers.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html", "default_title": "Open SCREENish Time Tracking" }, "content_scripts": [ { "css": [ "styles\/style.css" ], "js": [ "js\/popup.js", "js\/jquery-3.1.1.min.js", "js\/bootstrap.min.js", "js\/moment.js", "js\/helpers.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.screenish.com\/*" ] } ], "permissions": [ "storage", "notifications", "webRequest", "webRequestBlocking", "https:\/\/www.screenish.com\/*" ], "web_accessible_resources": [ "icons\/icon128.png", "icons\/screenish.jpg" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ 'unsafe-eval'; object-src 'self'" } |