Zoho Books Timer

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

Zoho Books Timer क्या है?

Zoho Books Timer https://zoho.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start a timer and log time for your projects in Zoho Books, anywhere on the web!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoho Books Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Zoho Books Timer Extension 
 
Log your work time anywhere on the web with the Zoho Books Timer  
Extension, built right into Chrome 
 
What is Zoho Books? 
Zoho Books is a robust and complete accounting solution used by thousands of businesses  
worldwide to invoice customers and get their accounting tasks done.  With the built-in time  
tracking features, you can easily invoice your clients for the hours that you put in. 
 
Timer Extension for Google Chrome 
With the Zoho Books 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 Books web-app and send an invoice  
to your client for the work you've done with just a few clicks! 
 
Try out Zoho Books for FREE! 
If you haven't signed up already, start your 14 day free trial for Zoho Books at  
http://www.zoho.com/books. Join thousands of businesses who have taken the headache out of  
their accounting tasks. 
 
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 + b will open the Zoho Books timer extension.                    

एक्सटेंशन की मूल जानकारी

नाम Zoho Books Timer Zoho Books Timer
ID noekmgopfaldnjbckdddjbnjcdklcadb
आधिकारिक URL https://chromewebstore.google.com/detail/zoho-books-timer/noekmgopfaldnjbckdddjbnjcdklcadb
विवरण Start a timer and log time for your projects in Zoho Books, anywhere on the web!
फ़ाइल का आकार 327 KB
स्थापना संख्या 5,656
वर्तमान संस्करण 1.7.15
अंतिम अपडेट 2023-12-23
प्रकाशन तिथि 2020-06-10
रेटिंग 4.33/5 कुल 9 रेटिंग्स
डेवलपर https://zoho.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zoho.com/books/
सहायता पृष्ठ URL https://www.zoho.com/books/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' 'unsafe-eval' https:\/\/js.zohostatic.com\/ichat\/v73_https\/js\/wmsliteapi.js https:\/\/ssl.google-analytics.com https:\/\/gadgets.zoho.com\/login.do; 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:\/\/books.zoho.com\/wmsimpl.do",
        "https:\/\/books.zoho.eu\/wmsimpl.do",
        "https:\/\/books.zoho.in\/wmsimpl.do",
        "https:\/\/books.zoho.com.au\/wmsimpl.do",
        "https:\/\/books.zoho.jp\/wmsimpl.do",
        "https:\/\/books.zoho.uk\/wmsimpl.do",
        "https:\/\/books.zohocloud.ca\/wmsimpl.do",
        "https:\/\/books.zoho.sa\/wmsimpl.do",
        "https:\/\/www.zoho.com\/books\/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\/Books-16.png",
        "32": "image\/Books-32.png",
        "128": "image\/Books-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+B",
                "mac": "Alt+Shift+B",
                "chromeos": "Alt+Shift+B",
                "linux": "Alt+Shift+B"
            }
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/Books-16.png",
            "32": "image\/Books-32.png",
            "128": "image\/Books-128.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\/books-timer.png",
        "image\/Books-128.png",
        "image\/Books-32.png",
        "image\/Books-16.png",
        "css\/datepicker3.min.css",
        "css\/bootstrap-datepicker.min.js"
    ]
}