Tick Time Tracking

Simple time tracking software that helps you hit your budgets.

Τι είναι το Tick Time Tracking;

Το Tick Time Tracking είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tickspot.com, και η κύρια λειτουργία του είναι "Simple time tracking software that helps you hit your budgets.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tick Time Tracking

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

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

                        * Updated to work with Basecamp 3.

Convenient time tracking within Chrome
A useful time tracking tool starts with something you'll actually use. Tick's timecard is both straightforward and efficient in assigning time to a task and provides key project details like instant budget feedback as soon as your time is entered. It’s time tracking that gets you in and out over and over again with the project details you need to make a profit.

Track time in Google Chrome™
Start and stop timers from Chrome while you work. Whether you're responding to emails, in an online meeting, or posting updates through your online project management software, your timecard is just a click away with Tick for Chrome.

* Easy time entry from anywhere
* Timers for accurate time keeping
* Instant Budget Feedback without running a report

Understand Your Budgets Like Never Before
In the service industry, hitting a time budget is the difference between staying black and red. To make profitability a consistent reality for you, Tick provides both high level and granular details about your project budget to help you and your team communicate the amount of time you have left to spend before you start losing money.

Reports you'll actually use
Tick’s reporting platform provides you with actionable data for post project discussions, invoicing and forecasting with customizable and exportable reports to make the money side of your business easy.

* Reports for billing clients
* Reports for future planning
* Integrations with Quickbooks and Freshbooks

If you have any problems we're happy to help. Please contact us at [email protected].                    

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

Όνομα Tick Time Tracking Tick Time Tracking
ID lbedjfknabfhnfchndcipdipllmmkljm
Επίσημο URL https://chromewebstore.google.com/detail/tick-time-tracking/lbedjfknabfhnfchndcipdipllmmkljm
Περιγραφή Simple time tracking software that helps you hit your budgets.
Μέγεθος Αρχείου 97.5 KB
Αριθμός Εγκαταστάσεων 5,257
Τρέχουσα Έκδοση 0.0.12
Τελευταία Ενημέρωση 2018-06-27
Ημερομηνία Δημοσίευσης 2018-06-27
Αξιολόγηση 3.61/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://www.tickspot.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.tickspot.com/?source=chrome_extension
Διεύθυνση URL της Σελίδας Βοήθειας http://www.tickspot.com/help
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/options.js",
                "js\/profiles\/basecamp3.js"
            ],
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "*:\/\/*.tickspot.com\/*",
        "https:\/\/3.basecamp.com\/*"
    ],
    "options_page": "options.html",
    "name": "Tick Time Tracking",
    "short_name": "Tick",
    "version": "0.0.12",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Simple time tracking software that helps you hit your budgets.",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19-off.png",
            "38": "images\/icon38-off.png"
        },
        "running_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Tick Time Tracking",
        "running_title": "Tick Time Tracking - Running Timer",
        "default_popup": "html\/popup.html",
        "url": "https:\/\/chrome-extension.tickspot.com\/extension"
    },
    "web_accessible_resources": [
        "images\/trello-timer-icon.png"
    ]
}