ReachIntegration

Integration Powered by ReachUC

Qu'est-ce que ReachIntegration ?

ReachIntegration est une extension Chrome développée par Developer, et sa fonction principale est "Integration Powered by ReachUC".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ReachIntegration

Téléchargez les fichiers d'extension ReachIntegration 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

                        Loup for ReachUC allows users to login using their current phone system credentials for click to dial and screen pops inside any CRM.                    

Informations de Base sur l'Extension

Nom ReachIntegration ReachIntegration
ID haajdkakaaebnekkankbdgiflkglicmk
URL Officiel https://chromewebstore.google.com/detail/reachintegration/haajdkakaaebnekkankbdgiflkglicmk
Description Integration Powered by ReachUC
Taille du Fichier 211 KB
Nombre d'Installations 342
Version Actuelle 0.16.08
Dernière Mise à Jour 2021-11-12
Date de Publication 2020-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.reachuc.com/
URL de la Page d'Aide https://www.reachuc.com/support
URL de la Page de Politique de Confidentialité https://www.loupdb.com/privacy-policy
Langues Prises en Charge en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReachIntegration",
    "description": "Integration Powered by ReachUC",
    "short_name": "ReachIntegration",
    "version": "0.16.08",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*.png",
        "html\/login.html",
        "html\/dashboard.html"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}