Thulium

Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.

Τι είναι το Thulium;

Το Thulium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thulium, και η κύρια λειτουργία του είναι "Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Cut down on bothersome tasks like searching for the right tab, improve your agent productivity and save time in just two clicks!

Thulium is a browser-based omnichannel customer support system.

More at https://thulium.com                    

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

Όνομα Thulium Thulium
ID epgeedlakldbbaoajcohhoinjbhimibb
Επίσημο URL https://chromewebstore.google.com/detail/thulium/epgeedlakldbbaoajcohhoinjbhimibb
Περιγραφή Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.
Μέγεθος Αρχείου 19.91 KB
Αριθμός Εγκαταστάσεων 339
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2024-02-13
Ημερομηνία Δημοσίευσης 2019-11-26
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Thulium
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://thulium.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.thulium.com
URL της Σελίδας Πολιτικής Απορρήτου https://thulium.com/static/4654e2f2431f8048273c60e3f7b9674c/Privacy%20Policy%20of%20thulium.pdf
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thulium",
    "description": "Put yourself into pause (or unpause) directly from the browser. Make calls using Thulium calls via the context menu on any web page.",
    "version": "1.1.0",
    "icons": {
        "32": "images\/thulium.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.thulium.com\/*"
            ],
            "resources": [
                "js\/pageScript.js",
                "js\/pageScriptToContentScriptStatuses.js",
                "js\/contentScriptToPageScriptStatuses.js",
                "js\/contentScriptToServiceWorkerStatuses.js",
                "js\/serviceWorkerToContentScriptStatuses.js",
                "js\/config.js",
                "js\/core.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "resources": [
                "js\/contentScriptToServiceWorkerStatuses.js",
                "js\/core.js",
                "js\/config.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thulium.com\/panel\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "js\/pipedriveContentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/main.html",
        "default_title": "Nie zalogowany do aplikacji",
        "default_icon": {
            "32": "images\/thulium.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/*.thulium.com\/panel\/*",
        "*:\/\/*.pipedrive.com\/*"
    ]
}