ReachIntegration

Integration Powered by ReachUC

Vad är ReachIntegration?

ReachIntegration är en Chrome-tillägg utvecklad av Developer, och dess huvudfunktion är "Integration Powered by ReachUC".

Tilläggsskärmbilder

screenshot

Ladda ner ReachIntegration-förlängningens CRX-fil

Ladda ner ReachIntegration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ReachIntegration ReachIntegration
ID haajdkakaaebnekkankbdgiflkglicmk
Officiell webbadress https://chromewebstore.google.com/detail/reachintegration/haajdkakaaebnekkankbdgiflkglicmk
Beskrivning Integration Powered by ReachUC
Filstorlek 211 KB
Antal Installationer 342
Aktuell Version 0.16.08
Senast Uppdaterad 2021-11-12
Publiceringsdatum 2020-06-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Developer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.reachuc.com/
Hjälpsida URL https://www.reachuc.com/support
URL till Sekretesspolicy Sidan https://www.loupdb.com/privacy-policy
Stödda Språk 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"
    }
}