Agiled Timer

Project Timer Monitor for Agiled

Agiled Timer란 무엇입니까?

Agiled Timer은(는) https://agiled.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Project Timer Monitor for Agiled"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Agiled Timer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}