3CX Teams Presence
Sets Presence State in MS Teams
3CX Teams Presence क्या है?
3CX Teams Presence https://www.t38printer.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets Presence State in MS Teams"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 3CX Teams Presence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Exteneds 3CX Pbx to synchronize presence state with MS Teams
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mdbamfolhkbhebabgfbcnphffgfkpmjn |
आधिकारिक URL | https://chromewebstore.google.com/detail/3cx-teams-presence/mdbamfolhkbhebabgfbcnphffgfkpmjn |
विवरण | Sets Presence State in MS Teams |
फ़ाइल का आकार | 16.07 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.0.1.0 |
अंतिम अपडेट | 2022-05-31 |
प्रकाशन तिथि | 2022-04-20 |
डेवलपर | https://www.t38printer.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.t38printer.de |
सहायता पृष्ठ URL | https://www.t38printer.de |
गोपनीयता नीति पृष्ठ URL | https://mail2fax.t38printer.de/security.html |
समर्थित भाषाएँ | 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" } } |