Timesheet - Mobile Time Tracker

Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.

Timesheet - Mobile Time Tracker क्या है?

Timesheet - Mobile Time Tracker https://timesheet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently."।

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

screenshot
screenshot

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

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

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

                        Timesheet allows you to record your working time with a simple push of a button. Add working hours, expenses and notes to projects. Regular breaks are no problem - Timesheet does the recording! 

Included functions of Timesheet in the extension:
* Time recording
* The creation of displays, notes and pauses

Other functions including statistics, project management, export of data and invoice placement are only available in the app. For more information, please visit www.timesheet.io.                    

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

नाम Timesheet - Mobile Time Tracker Timesheet - Mobile Time Tracker
ID fmgcjihbmdddjpbflmgedlcfedghdbno
आधिकारिक URL https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno
विवरण Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.
फ़ाइल का आकार 348 KB
स्थापना संख्या 1,504
वर्तमान संस्करण 22.11.11
अंतिम अपडेट 2022-11-13
प्रकाशन तिथि 2020-10-19
रेटिंग 2.50/5 कुल 6 रेटिंग्स
डेवलपर https://timesheet.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://timesheet.io
सहायता पृष्ठ URL https://timesheet.io
गोपनीयता नीति पृष्ठ URL https://timesheet.io/en/privacy
समर्थित भाषाएँ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.",
    "version": "22.11.11",
    "manifest_version": 2,
    "name": "Timesheet - Mobile Time Tracker",
    "default_locale": "en",
    "icons": {
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Timesheet.io"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "activeTab",
        "notifications",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/fonts.googleapis.com https:\/\/securetoken.googleapis.com\/ https:\/\/apis.google.com https:\/\/*.timesheet.io https:\/\/www.appspot.com https:\/\/test-dot-timesheet-api.appspot.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}