Intermedia Unite™ Chrome Extension

Intermedia Unite™ Chrome Extension

Qu'est-ce que Intermedia Unite™ Chrome Extension ?

Intermedia Unite™ Chrome Extension est une extension Chrome développée par Intermedia, et sa fonction principale est "Intermedia Unite™ Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Intermedia Unite™ Chrome Extension

Téléchargez les fichiers d'extension Intermedia Unite™ Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Intermedia Unite is a full-featured UCaaS solution that combines cloud PBX voice, chat, business SMS, video conferencing, file sharing and contact center into a single platform. 

Seamlessly connect communication and collaboration functionalities of Intermedia Unite with Google products to streamline business workflows and increase employee productivity. 

Features:

 • Place calls: Click-to-call phone numbers on any web page from your Google Chrome browser.
 • Schedule Meetings: Quickly and easily add Intermedia AnyMeeting® meeting details to any new or existing Google Calendar events. 
 • Start Meetings: Click to start meetings from your Google Chrome browser or Google Calendar events. 

Benefits: 

 • Increase productivity: Embed Intermedia Unite into your Google products to automate business workflows and maximize employee efficiency.  
 • Streamline workflows: Save time from switching between applications. 
 • Easy to use: Intermedia Unite for G-Suite is easy to use and easy to deploy, with no heavy training or implementation costs.

Note: The Intermedia Unite Desktop Application must be installed in order to use this extension. Learn more here: https://www.intermedia.net/uniteapps

Unite is available across desktop, softphone and a mobile app providing anytime access from virtually any device, anywhere, anytime. Our solution is built for MSPs and is available to sell via private label or cobranded models depending on your business needs.
.                    

Informations de Base sur l'Extension

Nom Intermedia Unite™ Chrome Extension Intermedia Unite™ Chrome Extension
ID menhdcpmknncjfdihkjoinfdelnnllfe
URL Officiel https://chromewebstore.google.com/detail/intermedia-unite-chrome-e/menhdcpmknncjfdihkjoinfdelnnllfe
Description Intermedia Unite™ Chrome Extension
Taille du Fichier 2.01 MB
Nombre d'Installations 6,047
Version Actuelle 0.40
Dernière Mise à Jour 2023-04-03
Date de Publication 2019-12-06
Évaluation 5.00/5 Total 9 Évaluations
Développeur Intermedia
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://intermedia.net
URL de la Page d'Aide https://kb.intermedia.net
URL de la Page de Politique de Confidentialité https://www.intermedia.net/assets/pdf/legal/PrivacyPolicy.pdf
Langues Prises en Charge de,en,en-GB,fr,nl,it,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuHPSJpk3sL7Fw130Z1fqJNdl\/HlksZKvS8MvxIQS24VD9a5\/+kUQ4m+jJUqgr57yI4HV2r0TXB8AQE15PdcYQ6on6nKjLZY+9pAKhl3ayWOHhnhtsfNj7xoEAGNDiejhP3tIRfrdOPvhDaQC6UKfe08kTfGaQAC6cSNjKgqOOQtoKCcV0tpRAfzXVAH3GSqIKJiOkUoKSGlHryU8R2286p6uS7Mu1U7AEfPwqiyKxPOY6uenQgIf7EyPecn732GX\/+LrDrktc4IxS5KhXDyY22AYgzObcwcumTtaOeWw9x19bN2Xy\/rwsgnBIlFQOv7pAJM6QlqunmDau7zhfkB98QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "version": "0.40",
    "icons": {
        "64": "assets\/images\/logo-64.png",
        "128": "assets\/images\/logo-128.png"
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/events.background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/meeting.*anymeeting*.com\/**",
                "*:\/\/webinar.*anymeeting*.com\/**",
                "*:\/\/meeting.gomeet*.com\/**",
                "*:\/\/webinar.meeting.gomeet*.com\/**",
                "*:\/\/meeting.rambomeet-*.com\/**",
                "*:\/\/webinar.meeting.rambomeet-*.com\/**",
                "*:\/\/meeting.meetuniverge.blue\/**",
                "*:\/\/webinar.meetuniverge.blue\/**"
            ],
            "js": [
                "scripts\/ctc.content.js"
            ],
            "css": [
                "assets\/css\/ctc.content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "scripts\/gc.content.js"
            ],
            "css": [
                "assets\/css\/gc.content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "https:\/\/extend-api.intermedia.net\/*"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval' 'sha256-rCs+PE9jSqXeEtt5LDTouGqlYo4ifJhnJA3Dqiji5h0='; object-src 'self'"
}