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 https://teamwork.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teamwork for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/**"
    ]
}