Track.ly

Boost team productivity with automatic time tracking software, online timesheets, activity screenshots, and more.

Track.lyคืออะไร?

Track.ly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://500apps.com และคุณลักษณะหลักของมันคือ "Boost team productivity with automatic time tracking software, online timesheets, activity screenshots, and more."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Track.ly

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

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

                        Track.ly by 500apps now offers a user-friendly Chrome extension that’ll help you increase your productivity - without jumping between tabs. 
With our web tool, easily track your time spent working on tasks, so you’ll always know exactly where your time went. No more guessing, get accurate data with Track.ly. 
Integrates with popular project management tools like Asana, Basecamp 2, Jira, and counting!
HOW TO START INCREASING YOUR PRODUCTIVITY TODAY
Simply add Track.ly by 500apps extension to your Chrome browser and sign in with your credentials. Then navigate to your project management software. Click the play button next to the task you want to track.
About Track.ly by 500apps
Track.ly by 500apps, the versatile, cloud-based time tracking solution growing SMBs. With features like timesheets, employee monitoring, project management, employee scheduling, and payroll, businesses can seamlessly get that data they need to increase efficiency and ensure profitability. The solution ensures that businesses can scale quickly because they’ll know where their resources are going.
About 500apps
500apps, the all-in-one infinite product suite that’ll help your business scale sustainably like the Fortune 500 - without the financial burden. Includes 30+ apps like project management, eSignature, social media management, appointment scheduling and much, much more. 
If you run into any issues while using our web app, please reach out to us at [email protected].                    

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

ชื่อ Track.ly Track.ly
ID ilijdfjbjdngipmdcgmmjpcikoffofka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trackly/ilijdfjbjdngipmdcgmmjpcikoffofka
คำอธิบาย Boost team productivity with automatic time tracking software, online timesheets, activity screenshots, and more.
ขนาดไฟล์ 1.61 MB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-09-16
วันที่เผยแพร่ 2019-09-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://500apps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://500apps.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track.ly",
    "description": "Boost team productivity with automatic time tracking software, online timesheets, activity screenshots, and more.",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/basecamp.com",
        "https:\/\/asana.com",
        "https:\/\/atlassian.net"
    ],
    "browser_action": {
        "default_title": "Track.ly",
        "default_popup": "html\/popup.html",
        "default_icon": "img\/Track-latest-logo-512x512.png"
    },
    "icons": {
        "512": "img\/Track-latest-logo-512x512.png",
        "256": "img\/Track-latest-logo-256x256.png",
        "128": "img\/Track-latest-logo-128x128.png",
        "64": "img\/Track-latest-logo-64x64.png",
        "32": "img\/Track-latest-logo-32x32.png",
        "16": "img\/Track-latest-logo-16x16.png"
    },
    "author": [
        {
            "name": "500apps",
            "email": "[email protected]"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/mystyles.css",
                "css\/really-simple-jq.css",
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jq.js",
                "js\/xpathToCss.js",
                "js\/content_script.js",
                "js\/myscript.js",
                "js\/really-simple-jq.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jq.js",
            "js\/xpathToCss.js",
            "js\/myscript.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": []
}