ITC Cloud

Desktop Integration

ما هو ITC Cloud؟

ITC Cloud هو إضافة Chrome تم تطويرها بواسطة Developer، والميزة الرئيسية لها هي "Desktop Integration".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ITC Cloud

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

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

                        ITC Cloud integration platform providing database driven screen pops.  The ITC Cloud app integrates with back office applications using API’s (Salesforce, ZenDesk, HubSpot, Connectwise, etc) by leveraging API’s the ITC Cloud extension will search any internal database and present the findings in a new window.  The ITC Cloud app also recognizes any phone number presented in Google Chrome and transforms it into a clickable link for seamless click to dial                    

معلومات أساسية عن التمديد

الاسم ITC Cloud ITC Cloud
ID ppgfchommgplaeifkfjjnpmipbojfbng
عنوان URL الرسمي https://chromewebstore.google.com/detail/itc-cloud/ppgfchommgplaeifkfjjnpmipbojfbng
الوصف Desktop Integration
حجم الملف 279 KB
عدد التثبيتات 80
النسخة الحالية 0.17.10
آخر تحديث 2023-04-05
تاريخ النشر 2020-06-26
المطور Developer
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.in-telecom.com/
عنوان صفحة المساعدة https://www.in-telecom.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": "ITC Cloud",
    "description": "Desktop Integration",
    "short_name": "ITC Cloud",
    "version": "0.17.10",
    "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"
    }
}