actiTIME Time Tracking & Project Management

Track time directly from your web browser. Make time tracking easier with actiTIME Extension.

actiTIME Time Tracking & Project Managementคืออะไร?

actiTIME Time Tracking & Project Management เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.actitime.com และคุณลักษณะหลักของมันคือ "Track time directly from your web browser. Make time tracking easier with actiTIME Extension."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย actiTIME Time Tracking & Project Management

ดาวน์โหลดไฟล์ส่วนขยาย actiTIME Time Tracking & Project Management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Track your hours directly from Chrome or from your favorite apps with a timer.

actiTIME Overview

actiTIME is a time tracking and scope management tool that provides a convenient way to keep track of work hours, manage project scope and run detailed reports on collected data to analyze business performance.

Track hours in Chrome

Our free extension adds a timer to your Chrome browser that allows you to easily track your hours without having to constantly access your actiTIME app. Just select a task, start the timer and get on with your work!

Using actiTIME Chrome extension you can also add comments to your time-track and round up time to 15 minutes.

Integrate with your favorite apps

Track time in your favorite project management apps without leaving the tab! Whether you’re using JIRA, GitHub or other supported apps in your Chrome browser, the extension will add a convenient timer to that tool, so you can capture your hours directly from whatever task, project or issue you’re working on.

How it works

To use the extension you’ll need an actiTIME account. Once you add the extension to Chrome, you’ll just need to sign in with your actiTIME username and password, pick which apps you’d like to integrate with, and then simply click on the timer to start tracking hours to your actiTIME tasks.

For more information on how extension works take a look at https://www.actitime.com/user-guide/actitime-timer-extension

If you’re having any issues with the extension or would like to share your feedback, please feel free to contact us at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ actiTIME Time Tracking & Project Management actiTIME Time Tracking & Project Management
ID oogddkbohgikljeadnkcepdmekigegck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/actitime-time-tracking-pr/oogddkbohgikljeadnkcepdmekigegck
คำอธิบาย Track time directly from your web browser. Make time tracking easier with actiTIME Extension.
ขนาดไฟล์ 1 MB
จำนวนการติดตั้ง 2,954
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2020-05-15
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.actitime.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.actitime.com/
URL หน้าช่วยเหลือ https://www.actitime.com/contact-support
URL หน้านโยบายความเป็นส่วนตัว https://www.actitime.com/privacy-policy-full
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "actiTIME Time Tracking & Project Management",
    "description": "__MSG_ExtensionDescription__",
    "author": "actiTIME Inc",
    "version": "1.3.2",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "res\/icon16_passive.png",
            "32": "res\/icon32_passive.png",
            "48": "res\/icon48_passive.png",
            "128": "res\/icon128_passive.png"
        },
        "default_title": "__MSG_ActionDescription__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "res\/icon16_passive.png",
        "32": "res\/icon32_passive.png",
        "48": "res\/icon48_passive.png",
        "128": "res\/icon128_passive.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.actitime.com\/*"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "web_accessible_resources": [
        "popup.html",
        "frame.html",
        "frame_fle.html",
        "popup.css"
    ]
}