Teamwork for Chrome

Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page!

Τι είναι το Teamwork for Chrome;

Το Teamwork for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://teamwork.com, και η κύρια λειτουργία του είναι "Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page!".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Teamwork for Chrome

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

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

                        Official Chrome extension for Teamwork
https://www.teamwork.com/

Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page.

Note: After installing Teamwork for Chrome, any open tabs need to be reloaded for the extension to work.

Features:
* Create tasks, milestones and projects
* Timer and time logging
* Save links to websites
* Attach screenshots
* Send messages
* Create events
* Easy to use Gmail widget
* Switch between different Teamwork accounts

You can access the features via the extension toolbar, context menus or the Teamwork.com widget within Gmail.

Tips:
* You can select text on any page, right click and create a task or a message with the selected text already in the description box.
* Alternatively, you can use the "Select Text" option within the form and chose the text you want to be copied.
* You can create new link, notebook and message categories by clicking "New Category" within each of the forms.                    

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

Όνομα Teamwork for Chrome Teamwork for Chrome
ID okekkfbjgdmfmogicbhdechdmkfhfphc
Επίσημο URL https://chromewebstore.google.com/detail/teamwork-for-chrome/okekkfbjgdmfmogicbhdechdmkfhfphc
Περιγραφή Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page!
Μέγεθος Αρχείου 523 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 3.4.2
Τελευταία Ενημέρωση 2023-07-19
Ημερομηνία Δημοσίευσης 2020-01-31
Αξιολόγηση 3.97/5 Συνολικά 72 Αξιολογήσεις
Προγραμματιστής https://teamwork.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.teamwork.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.teamwork.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.teamwork.com/legal/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "name": "Teamwork for Chrome",
    "short_name": "Teamwork",
    "description": "Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page!",
    "version": "3.4.2",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "js\/third-party.js",
                "js\/libraries.js",
                "js\/app.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Teamwork for Chrome",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/third-party.js",
            "js\/libraries.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "cookies",
        "identity",
        "",
        "desktopCapture",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "css\/*.css",
        "images\/**",
        "fonts\/*.woff2",
        "components\/**"
    ]
}