Timeneye widget

Track your time directly from Google Chrome™ in all your favourite tools

Τι είναι το Timeneye widget;

Το Timeneye widget είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Timeneye, και η κύρια λειτουργία του είναι "Track your time directly from Google Chrome™ in all your favourite tools".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Timeneye widget

Λήψη αρχείων επέκτασης Timeneye widget σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Timeneye for Google Chrome™ is the most simple extension to track time from your favourite productivity tools.
The extension automatically integrates with the Timeneye web app and allows to start timers, track time manually and manage your time entries without opening a new tab.

Start tracking your time from your browser and within leading project management tools.

= Get started in 3 simple steps =
1) Click “Add to Google Chrome™”.
2) Click on the Extension Icon.
3) Log in with your Timeneye credentials.
4) You will now find a little Timeneye icon inside the supported tools.
5) Click on the Timeneye icon next to the task or project you want to track time for and Timeneye will automatically match the task description with the equivalent project in the web app.
6) Choose if you want to start a timer or track time manually and start boosting your productivity!

If you are working on a project or multitasking between emails, meetings and social media, you can always monitor the time spent on each task or to-do by starting single or multiple timers.

The Timeneye extension already works in:
- Basecamp
- Asana
- Microsoft To-do / Planner
and many others.
Find all of our supported sites at https://www.timeneye.com/integrations

If you are experiencing problems with the Timeneye extension or you just want to send us a feedback, please contact us at [email protected]

Please note that Timeneye for Google Chrome™ requires a Timeneye subscription: subscribe at https://www.timeneye.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Timeneye widget Timeneye widget
ID bkahonfnnidbeekmmfklgfmodagnngfb
Επίσημο URL https://chromewebstore.google.com/detail/timeneye-widget/bkahonfnnidbeekmmfklgfmodagnngfb
Περιγραφή Track your time directly from Google Chrome™ in all your favourite tools
Μέγεθος Αρχείου 1.25 MB
Αριθμός Εγκαταστάσεων 5,196
Τρέχουσα Έκδοση 11.9.7
Τελευταία Ενημέρωση 2024-01-08
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 4.22/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής Timeneye
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.timeneye.com
Διεύθυνση URL της Σελίδας Βοήθειας http://support.timeneye.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.timeneye.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeneye widget",
    "description": "Track your time directly from Google Chrome\u2122 in all your favourite tools",
    "manifest_version": 3,
    "version": "11.9.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/fonts\/*",
                "\/css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "Start a Timeneye timer or save an entry on the fly"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.timeneye.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            }
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/platform.js",
                "js\/appkg.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.timeneye.com\/*",
            "*:\/\/basecamp.com\/*"
        ]
    },
    "oauth2": {
        "client_id": "410389300352-gbtsqjbsqqjmfni71jf7toj4islke3re.apps.googleusercontent.com",
        "scopes": []
    }
}