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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Teamwork for Chrome allows you to create tasks, messages, links and log time from within any page!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Teamwork for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/**"
    ]
}