ReachIntegration

Integration Powered by ReachUC

ReachIntegrationคืออะไร?

ReachIntegration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Developer และคุณลักษณะหลักของมันคือ "Integration Powered by ReachUC"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReachIntegration

ดาวน์โหลดไฟล์ส่วนขยาย ReachIntegration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ReachIntegration ReachIntegration
ID haajdkakaaebnekkankbdgiflkglicmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reachintegration/haajdkakaaebnekkankbdgiflkglicmk
คำอธิบาย Integration Powered by ReachUC
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 342
เวอร์ชันปัจจุบัน 0.16.08
อัปเดตครั้งล่าสุด 2021-11-12
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.reachuc.com/
URL หน้าช่วยเหลือ https://www.reachuc.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.loupdb.com/privacy-policy
ภาษาที่รองรับ 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"
    }
}