3CX Teams Presence
Sets Presence State in MS Teams
Co to jest 3CX Teams Presence?
3CX Teams Presence to rozszerzenie Chrome opracowane przez https://www.t38printer.de, a jego główną funkcją jest „Sets Presence State in MS Teams”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 3CX Teams Presence
Pobierz pliki rozszerzeń 3CX Teams Presence w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Exteneds 3CX Pbx to synchronize presence state with MS Teams                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mdbamfolhkbhebabgfbcnphffgfkpmjn | 
| Oficjalny URL | https://chromewebstore.google.com/detail/3cx-teams-presence/mdbamfolhkbhebabgfbcnphffgfkpmjn | 
| Opis | Sets Presence State in MS Teams | 
| Rozmiar pliku | 16.07 KB | 
| Liczba instalacji | 58 | 
| Aktualna Wersja | 0.0.1.0 | 
| Ostatnia Aktualizacja | 2022-05-31 | 
| Data Publikacji | 2022-04-20 | 
| Deweloper | https://www.t38printer.de | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://www.t38printer.de | 
| Adres URL Strony Pomocy | https://www.t38printer.de | 
| Adres URL Strony Polityki Prywatności | https://mail2fax.t38printer.de/security.html | 
| Obsługiwane Języki | de | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "3CX Teams Presence",
    "description": "Sets Presence State in MS Teams",
    "version": "0.0.1.0",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/teams.live.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}  |  |