Time Tracker by eBillity
Turn your Google calendar events into time entries with Time Tracker’s Chrome extension and save even more time! Getting started is…
Time Tracker by eBillityคืออะไร?
Time Tracker by eBillity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ebillity.com และคุณลักษณะหลักของมันคือ "Turn your Google calendar events into time entries with Time Tracker’s Chrome extension and save even more time! Getting started is…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Tracker by eBillity
ดาวน์โหลดไฟล์ส่วนขยาย Time Tracker by eBillity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turn your Google calendar events into time entries with Time Tracker’s Chrome extension and save even more time! Getting started is simple, click ‘Add to Chrome’ then follow the steps to connect your Time Tracker account. Now you’re ready-set-go! How it works: 1. Go to your Google cal and click on the entry you want to sync with Time Tracker 2. Within the entry you will see “Time Entry” click on this to add/edit details 3. Once you have finished entering details click on ‘Save Time Entry’ Your calendar event is now a time entry within Time Tracker! If you have any questions or need help to setup the extension contact us at [email protected]. Our support is always free! Time Tracker Overview Time Tracker by eBillity automates employee timekeeping to improve efficiency and increase profitability. Designed to streamline time tracking for payroll, client billing and productivity. Every account includes; weekly timesheets, timers or time cards, gps tracking, manager approvals, free integrations, time clock app, mobile apps for iOS and Android, real-time secure backups, live reports, customizable dashboard, multiple currencies, global time zones and an optional +Billing add-on for expense tracking, job cost reporting and client billing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Time Tracker by eBillity |
ID | ebpmfjfngmminiackchkkljciimieafe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-tracker-by-ebillity/ebpmfjfngmminiackchkkljciimieafe |
คำอธิบาย | Turn your Google calendar events into time entries with Time Tracker’s Chrome extension and save even more time! Getting started is… |
ขนาดไฟล์ | 248 KB |
จำนวนการติดตั้ง | 421 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2024-01-12 |
วันที่เผยแพร่ | 2019-12-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://ebillity.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ebillity.com/ |
URL หน้าช่วยเหลือ | https://support.ebillity.com/hc/en-us |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ebillity.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Tracker by eBillity", "description": "", "version": "2.2.0", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiMR0+6RUY2oOTsHVa7qcC59V8vI08Qwe76Gq2R628DPgtbL\/YeRvjSjFEOV0DKeM9W\/k7ErCrvG+WbQ\/t2wh+B+H6kueT1FJ4+bXdLRApSxXZF+RQ\/FLNcMWmq4Q3CHvVY8F2E61AsKaaU83jzpx+eVYVoRWz8Unh3TIjbcG6i7JJkd2mi4zARHN4qE2l5ViZQ4gEGCEb5qUuHuv3JwWMODybcCl9b1M23mcoxvbhh5SwQtMuRMGXA65NfFWobhVuaA8JaEhG7RBUlgg1ndB3yh5r\/ogm6Rx5mOQioT5B6\/TFtCiOWo6y5QazJFKfyi8buv+ny7FtcF3HFuKYmRP2QIDAQAB", "background": { "scripts": [ "scripts\/jquery-1.9.1.js", "scripts\/jquery.rest.min.js", "scripts\/select2.min.js", "scripts\/common.js", "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "popup.html" ], "icons": { "128": "images\/icon.png", "16": "images\/icon.png", "48": "images\/icon.png" }, "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "storage", "http:\/\/office365.ebillity.com\/api\/office365\/", "https:\/\/calendar.google.com\/", "https:\/\/mobileqa.ebillity.com\/restservice\/office365\/", "https:\/\/api.ebillity.com\/restservice\/office365\/", "http:\/\/localhost\/restservice\/office365", "identity" ], "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/*" ], "js": [ "scripts\/jquery-1.9.1.js", "scripts\/select2.js", "scripts\/jquery.plugin.js", "scripts\/bootstrap-datepicker.js", "scripts\/jquery.timeentry.js", "scripts\/ebillitybutton.js" ] } ], "oauth2": { "client_id": "1043231144641-6dfki9snrtohh7cv1dgvfenhkqsv6i1p.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ] } } |