Teamleader Integrations

This extension implements Teamleader functionality into other services such as Gmail and LinkedIn.

Teamleader Integrations란 무엇입니까?

Teamleader Integrations은(는) Teamleader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension implements Teamleader functionality into other services such as Gmail and LinkedIn."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Teamleader Integrations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Track emails, convert emails to tickets, create task from emails, add contacts, add companies, and much more!                    

확장 프로그램 기본 정보

이름 Teamleader Integrations Teamleader Integrations
ID bgniimmgelhhbmnfoklafdfhdogadlhm
공식 URL https://chromewebstore.google.com/detail/teamleader-integrations/bgniimmgelhhbmnfoklafdfhdogadlhm
설명 This extension implements Teamleader functionality into other services such as Gmail and LinkedIn.
파일 크기 228 KB
설치 횟수 12,077
현재 버전 3.0.8
최근 업데이트 2024-02-20
출시 날짜 2020-01-28
평점 3.65/5 총 31 개의 평점
개발자 Teamleader
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.teamleader.eu
개인정보 보호 정책 페이지 URL https://www.teamleader.eu/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0.8",
    "name": "Teamleader Integrations",
    "description": "This extension implements Teamleader functionality into other services such as Gmail and LinkedIn.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "management",
        "identity",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.office365.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/outlook.office.com\/*",
        "https:\/\/focus.teamleader.eu\/",
        "https:\/\/focus.teamleader.dev\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/TL_fonts.css",
                "css\/TL_main.css",
                "css\/TL_emailtracking.css"
            ],
            "js": [
                "js\/TL_plugins.js",
                "js\/TL_main.js",
                "js\/TL_settings.js",
                "js\/TL_emailtracking.js",
                "js\/TL_language.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "css": [
                "css\/TL_fonts.css",
                "css\/TL_main.css",
                "css\/TL_emailtracking.css"
            ],
            "js": [
                "js\/TL_plugins.js",
                "js\/TL_main.js",
                "js\/TL_settings.js",
                "js\/TL_owa_data.js",
                "js\/TL_emailtracking.js",
                "js\/TL_language.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.office.com\/*"
            ],
            "js": [
                "js\/TL_head.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "css\/TL_fonts.css",
                "css\/TL_main.css",
                "css\/TL_linkedin.css"
            ],
            "js": [
                "js\/TL_plugins.js",
                "js\/TL_main.js",
                "js\/TL_settings.js",
                "js\/TL_linkedin.js",
                "js\/TL_language.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/profile\/view*",
                "https:\/\/www.linkedin.com\/in\/*",
                "https:\/\/www.linkedin.com\/pub\/*"
            ],
            "css": [
                "css\/TL_fonts.css",
                "css\/TL_main.css",
                "css\/TL_linkedin_old_version.css"
            ],
            "js": [
                "js\/TL_plugins.js",
                "js\/TL_main.js",
                "js\/TL_settings.js",
                "js\/TL_linkedin_old_version.js",
                "js\/TL_language.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/TL_plugins.js",
            "js\/TL_background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "css\/fonts\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/focus.teamleader.eu 'unsafe-eval'; object-src 'self' "
}