UCconnect

CRM integration powered by UCconnect

What is UCconnect?

UCconnect is a Chrome extension developed by Developer, and its main feature is "CRM integration powered by UCconnect".

Extension Screenshots

screenshot

Download UCconnect Extension CRX File

Download UCconnect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The UCconnect app allows you to click to call, receive CRM screen pops, and more right from your web-browser. With over a dozen pre-built CRM integrations and more more being added regularly you can count on our application to improve workflows, and streamline processes. Simply sign-in with your existing UCconnect login and you will be up and running in seconds.                    

Extension Basic Information

Name UCconnect UCconnect
ID bpnfijgnhjjagobffmdnjhcpjpkgchfb
Official URL https://chromewebstore.google.com/detail/ucconnect/bpnfijgnhjjagobffmdnjhcpjpkgchfb
Description CRM integration powered by UCconnect
File Size 271 KB
Installation Count 110
Current Version 0.17.05
Last Updated 2023-01-10
Publish Date 2020-05-27
Rating 5.00/5 Total 2 Ratings
Developer Developer
Email [email protected]
Payment Type free
Extension Website https://my.simplelogin.net
Help Page URL https://my.simplelogin.net/support
Privacy Policy Page URL https://www.loupdb.com/privacy-policy
Supported Languages en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UCconnect",
    "description": "CRM integration powered by UCconnect",
    "short_name": "UCconnect",
    "version": "0.17.05",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; 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": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}