Teamleader Integrations

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

Τι είναι το Teamleader Integrations;

Το Teamleader Integrations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Teamleader, και η κύρια λειτουργία του είναι "This extension implements Teamleader functionality into other services such as Gmail and LinkedIn.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Teamleader Integrations

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

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

                        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' "
}