ReachIntegration

Integration Powered by ReachUC

ما هو ReachIntegration؟

ReachIntegration هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "Integration Powered by ReachUC".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ReachIntegration

قم بتنزيل ملفات الامتداد ReachIntegration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.reachuc.com/support
عنوان صفحة سياسة الخصوصية 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"
    }
}