ReachIntegration

Integration Powered by ReachUC

ReachIntegration là gì?

ReachIntegration 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à "Integration Powered by ReachUC".

Ả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 ReachIntegration

Tải xuống các tệp mở rộng ReachIntegration 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

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

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

Tên ReachIntegration ReachIntegration
ID haajdkakaaebnekkankbdgiflkglicmk
URL Chính Thức https://chromewebstore.google.com/detail/reachintegration/haajdkakaaebnekkankbdgiflkglicmk
Mô tả Integration Powered by ReachUC
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 0.16.08
Cập Nhật Lần Cuối 2021-11-12
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.reachuc.com/
URL Trang Trợ Giúp https://www.reachuc.com/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": "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"
    }
}