UCconnect

CRM integration powered by UCconnect

UCconnect là gì?

UCconnect là một tiện ích mở rộng Chrome được phát triển bởi Developer, và tính năng chính của nó là "CRM integration powered by UCconnect".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UCconnect

Tải xuống các tệp mở rộng UCconnect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UCconnect UCconnect
ID bpnfijgnhjjagobffmdnjhcpjpkgchfb
URL Chính Thức https://chromewebstore.google.com/detail/ucconnect/bpnfijgnhjjagobffmdnjhcpjpkgchfb
Mô tả CRM integration powered by UCconnect
Kích Thước Tệp 271 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 0.17.05
Cập Nhật Lần Cuối 2023-01-10
Ngày Phát Hành 2020-05-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://my.simplelogin.net
URL Trang Trợ Giúp https://my.simplelogin.net/support
URL Trang Chính Sách Bảo Mật https://www.loupdb.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}