Tracking Time | Time Tracker Button

Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets.

Qu'est-ce que Tracking Time | Time Tracker Button ?

Tracking Time | Time Tracker Button est une extension Chrome développée par https://trackingtime.co, et sa fonction principale est "Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tracking Time | Time Tracker Button

Téléchargez les fichiers d'extension Tracking Time | Time Tracker Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Time Tracker for your favorite productivity apps! 

The TrackingTime Button allows you to add time tracking to more than 35 popular productivity tools and online services. It's seamlessly integrated within the UI of the business apps you love and use every day.
No setup required

When you start tracking a task inside any of the supported apps the Button will automatically identify the task and project you've selected and sync them in your TrackingTime account. There is no integration setup required. It just works out of the box.

All hours in one place

Every team needs different apps to get their job done. With the TrackingTime Button, employees across different teams can track their work right within the apps they use everyday and all their time data is stored centrally in one place. This makes creating timesheets and running company-wide reports a breeze.                    

Informations de Base sur l'Extension

Nom Tracking Time | Time Tracker Button Tracking Time | Time Tracker Button
ID fglmkdhomaklnckgbjfnfmbfmlkjippg
URL Officiel https://chromewebstore.google.com/detail/tracking-time-time-tracke/fglmkdhomaklnckgbjfnfmbfmlkjippg
Description Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets.
Taille du Fichier 1004 KB
Nombre d'Installations 38,166
Version Actuelle 3.11
Dernière Mise à Jour 2024-02-03
Date de Publication 2019-08-15
Évaluation 4.34/5 Total 137 Évaluations
Développeur https://trackingtime.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trackingtime.co
URL de la Page d'Aide http://help.trackingtime.co
URL de la Page de Politique de Confidentialité https://trackingtime.co/privacy-policy
Langues Prises en Charge de,en,en-GB,en-US,es,es-419,it,pl,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "short_name": "Tracking Button",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "version": "3.11",
    "author": "Tracking Time LLC",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/favicon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "TrackingTime",
        "default_icon": {
            "32": "img\/iconos\/32x32_grey.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "*:\/\/*.trackingtime.co\/*",
        "*:\/\/*.trackingtime.io\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "options.html"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "tabs",
        "notifications",
        "cookies",
        "storage",
        "alarms"
    ]
}