Tasklog App | Freelancer's Best Friend

Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.

Tasklog App | Freelancer's Best Friendคืออะไร?

Tasklog App | Freelancer's Best Friend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tasklog.app และคุณลักษณะหลักของมันคือ "Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tasklog App | Freelancer's Best Friend

ดาวน์โหลดไฟล์ส่วนขยาย Tasklog App | Freelancer's Best Friend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension complements online app available at [https://tasklog.app]

Join more than 15k people around the world and get a perfect overview of your work, projects and clients.

Useful charts and statistics can be generated using your data. Timesheets can be exported or downloaded.

Available for web and mobile.

The interface is designed to be as simple as possible, consisting of 3 main items:

 • Time tracker
 • Task manager
 • Pomodoro timer

> For web version, visit [https://tasklog.app]
> Remote teams and small companies, visit: [https://teams.tasklog.app]
> More at [https://tasklog.app/features]

- - -

Tasklog is developed by freelance developer Petr Nagy.
The development started in 2013. First version was released in 2014.

[https://tasklog.app]                    

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

ชื่อ Tasklog App | Freelancer's Best Friend Tasklog App | Freelancer's Best Friend
ID gkilcemjeebimglhhbdpmdoplmijcoaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tasklog-app-freelancers-b/gkilcemjeebimglhhbdpmdoplmijcoaf
คำอธิบาย Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.
ขนาดไฟล์ 22.06 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2019-05-17
วันที่เผยแพร่ 2019-05-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://tasklog.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tasklog.app/
URL หน้าช่วยเหลือ https://tasklog.app/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.tomatoid.com/@/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tasklog App | Freelancer's Best Friend",
    "short_name": "Tasklog",
    "version": "2.0.0",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:* https:\/\/tasklog.app https:\/\/*.tasklog.app; object-src 'self'",
    "description": "Productivity software developed for the needs of typical modern freelancer. For web and mobile. Track time, manage tasks.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "cookies",
        "*:\/\/*.tasklog.app\/*",
        "*:\/\/tasklog.app\/*"
    ],
    "page_action": {
        "default_popup": "app.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 2
}