Zoho Invoice Timer

Start a timer and log time for your projects in Zoho Invoice, anywhere on the web!

Zoho Invoice Timer란 무엇입니까?

Zoho Invoice Timer은(는) https://zoho.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start a timer and log time for your projects in Zoho Invoice, anywhere on the web!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easily log your work time from Chrome using this handy Zoho Invoice extension.

What is Zoho Invoice?
Zoho Invoice is a robust and complete invoicing solution used by thousands of businesses to invoice their clients. With powerful time tracking features built right into the web app, you can easily invoice your clients for the hours that you put in.

Timer Extension for Google Chrome
With the Zoho Invoice Timer extension, turn on a timer whenever you get to work, and stop the timer when you're done. You can also manually log time after you are done with your work, or view and edit all your recent time entries right from the extension. 

When you're done recording your work time, use the Zoho Invoice web-app and send an invoice to your client for the work you've done with just a few clicks!

If you haven't signed up already, try out our forever free plan by creating a new account at https://www.zoho.com/invoice

If you're facing problems with the extension, or if you have any questions at all, don't hesitate to email us at [email protected], and we will get back to you as soon as we can.

Shortcut keys: shift + alt + i will open the Zoho Invoice timer extension.                    

확장 프로그램 기본 정보

이름 Zoho Invoice Timer Zoho Invoice Timer
ID iehkgjmhdpofilpcgfkelniplfckagbo
공식 URL https://chromewebstore.google.com/detail/zoho-invoice-timer/iehkgjmhdpofilpcgfkelniplfckagbo
설명 Start a timer and log time for your projects in Zoho Invoice, anywhere on the web!
파일 크기 325 KB
설치 횟수 3,537
현재 버전 1.7.15
최근 업데이트 2023-12-23
출시 날짜 2020-06-10
평점 3.80/5 총 15 개의 평점
개발자 https://zoho.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zoho.com/invoice/
도움말 페이지 URL https://www.zoho.com/invoice/support
개인정보 보호 정책 페이지 URL https://www.zoho.com/privacy.html
지원되는 언어 de,en,fr,nl,es,it,sv,ja
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.7.15",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/bground.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com ; object-src 'self' ",
    "permissions": [
        "cookies",
        "https:\/\/gadgets.zoho.com\/getchrome.do",
        "https:\/\/gadgets.zoho.eu\/getchrome.do",
        "https:\/\/gadgets.zoho.in\/getchrome.do",
        "https:\/\/gadgets.zoho.com.au\/getchrome.do",
        "https:\/\/gadgets.zoho.jp\/getchrome.do",
        "https:\/\/gadgets.zoho.uk\/getchrome.do",
        "https:\/\/gadgets.zohocloud.ca\/getchrome.do",
        "https:\/\/gadgets.zoho.sa\/getchrome.do",
        "https:\/\/invoice.zoho.com\/wmsimpl.do",
        "https:\/\/invoice.zoho.eu\/wmsimpl.do",
        "https:\/\/invoice.zoho.in\/wmsimpl.do",
        "https:\/\/invoice.zoho.com.au\/wmsimpl.do",
        "https:\/\/invoice.zoho.jp\/wmsimpl.do",
        "https:\/\/invoice.zoho.uk\/wmsimpl.do",
        "https:\/\/invoice.zohocloud.ca\/wmsimpl.do",
        "https:\/\/invoice.zoho.sa\/wmsimpl.do",
        "https:\/\/www.zoho.com\/invoice\/login\/",
        "https:\/\/www.zoho.com\/",
        "https:\/\/www.zoho.eu\/",
        "https:\/\/www.zoho.in\/",
        "https:\/\/www.zoho.com.au\/",
        "https:\/\/www.zoho.jp\/",
        "https:\/\/www.zoho.uk\/",
        "https:\/\/www.zohocloud.ca\/",
        "https:\/\/www.zoho.sa\/",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "image\/Invoice-x16.png",
        "32": "image\/Invoice-x32.png",
        "128": "image\/Invoice-x128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+I",
                "mac": "Alt+Shift+I",
                "chromeos": "Alt+Shift+I",
                "linux": "Alt+Shift+I"
            }
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/Invoice-x16.png",
            "32": "image\/Invoice-x32.png",
            "128": "image\/Invoice-x128.png"
        },
        "default_popup": "index.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "js\/mainmenu.js",
        "css\/styles.css",
        "js\/bootstrap.min.js",
        "image\/invoice-timer.png",
        "image\/Invoice-x128.png",
        "image\/Invoice-x32.png",
        "image\/Invoice-x16.png",
        "css\/datepicker3.min.css",
        "css\/bootstrap-datepicker.min.js"
    ]
}