Agiled Timer

Project Timer Monitor for Agiled

Agiled Timerคืออะไร?

Agiled Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://agiled.app และคุณลักษณะหลักของมันคือ "Project Timer Monitor for Agiled"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agiled Timer

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

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

                        Track time from anywhere with Agiled Time tracking extension. 

You can track any time from any where with this extension. Just start timer and continue to do your work. Agiled will track your time for you. When you have completed your work, click save and it will save your time to agiled.app where you will be able to see all of your time logs. 

You will be able to create timesheets and bill your clients for your tiem. 

Agiled Features: 

> Time Tracking
> Timesheets
> Invoices for Timesheets
> Native integrations with 30+ apps and integration with Zapier, Integrately and Pabbly connect to connect Agiled with any other app. 
> Other business management features like CRM, Finance, Contracts, Project Management, and proposals in one place. 

About Agiled: 

Agiled is an all in one business management solution where you can manage every thing about your business under one roof. You can track your time, bill your clients for your time. Send invoices, estimates, and accept online payments. Create digital contracts, proposals and manage your customers with the CRM. 

You can manage all of your projects with comprehensive project management, create automation workflows to automate your business . You can also book appointments using Agiled's Appointment Toolkit. 

If you are tired of switching between tools to manage your business Agiled is best for you.                    

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

ชื่อ Agiled Timer Agiled Timer
ID kndgpilhdhkfmjocibmmkkgioibgflpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/agiled-timer/kndgpilhdhkfmjocibmmkkgioibgflpi
คำอธิบาย Project Timer Monitor for Agiled
ขนาดไฟล์ 88.49 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-07-19
วันที่เผยแพร่ 2021-07-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://agiled.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://agiled.app
URL หน้าช่วยเหลือ https://help.agiled.app
URL หน้านโยบายความเป็นส่วนตัว https://agiled.app/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agiled Timer",
    "description": "Project Timer Monitor for Agiled",
    "version": "0.1",
    "icons": {
        "16": ".\/iconz\/16x16.png",
        "32": ".\/iconz\/32x32.png",
        "48": ".\/iconz\/48x48.png",
        "128": ".\/iconz\/128x128.png"
    },
    "browser_action": {
        "default_icon": "iconz\/16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js"
            ]
        }
    ]
}