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.

Cos'è Timesheet - Mobile Time Tracker?

Timesheet - Mobile Time Tracker è un'estensione di Chrome sviluppata da https://timesheet.io, e la sua funzione principale è "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Timesheet - Mobile Time Tracker

Scarica i file di estensione Timesheet - Mobile Time Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Timesheet - Mobile Time Tracker Timesheet - Mobile Time Tracker
ID fmgcjihbmdddjpbflmgedlcfedghdbno
URL Ufficiale https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno
Descrizione Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.
Dimensione del File 348 KB
Conteggio Installazioni 1,504
Versione Corrente 22.11.11
Ultimo Aggiornamento 2022-11-13
Data di Pubblicazione 2020-10-19
Valutazione 2.50/5 Totale 6 Valutazioni
Sviluppatore https://timesheet.io
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://timesheet.io
URL della Pagina di Aiuto https://timesheet.io
URL della Pagina della Politica sulla Privacy https://timesheet.io/en/privacy
Lingue Supportate 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'"
}