MiCloud CRM Integrations

MiCloud CRM Integrations

MiCloud CRM Integrationsคืออะไร?

MiCloud CRM Integrations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crmintegrations.mitel.com และคุณลักษณะหลักของมันคือ "MiCloud CRM Integrations"

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

screenshot

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

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

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

                        An enhanced callerID and automatic CRM call logging solution integrated with MiCloud powered hosted communications services from Mitel and Service Providers worldwide. The simplest way to understand who is calling & log everything to your CRM.  The solution is integrated to MiCloud to track all communication activities in one platform, and use engagement to trigger your next activity. MiCloud CRM Integrations also allows you to click to call directly from your CRM with automatic tracking and automatic note saving.
 
Please contact your communications Service Provider for further information.                    

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

ชื่อ MiCloud CRM Integrations MiCloud CRM Integrations
ID imofnopodmphgihdnpjgnfinpfkilkge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/micloud-crm-integrations/imofnopodmphgihdnpjgnfinpfkilkge
คำอธิบาย MiCloud CRM Integrations
ขนาดไฟล์ 16.01 MB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 3.4.214
อัปเดตครั้งล่าสุด 2017-12-11
วันที่เผยแพร่ 2017-12-10
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://crmintegrations.mitel.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.tenfold.com/privacy
ภาษาที่รองรับ de,en,fr,nl,da,es,it,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MiCloud CRM Integrations",
    "short_name": "__MSG_extShortName__",
    "version": "3.4.214",
    "description": "MiCloud CRM Integrations",
    "default_locale": "en",
    "background": {
        "scripts": [
            "Utils.js",
            "StorageService.js",
            "BackgroundLoader.js",
            "LicenseLoader.js"
        ]
    },
    "browser_action": {
        "default_title": "MiCloud CRM Integrations"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Utils.js",
                "StorageService.js",
                "PopupLoader.js",
                "v3\/injectIframeOuter.js"
            ],
            "css": [
                "bundle.css",
                "vedge\/jquery.datetimepicker.css",
                "vedge\/select2.css",
                "vedge\/iframeOuter.css"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "vedge\/ctd\/ctd-crm.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "Utils.js",
                "v3\/plugins\/calendar-meeting\/calendarMeetingIntegration.js"
            ],
            "css": [
                "v3\/plugins\/calendar-meeting\/calendarMeetingIntegration.css"
            ],
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "vedge\/history\/js\/jquery\/jquery.js",
                "vedge\/select2.min.js",
                "vedge\/jquery.datetimepicker.full.min.js",
                "vedge\/tenfoldNextFollowUp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "v3\/*",
        "vedge\/*",
        "vprevious\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "gcm",
        "storage",
        "contextMenus",
        "management",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "v3\/icon16.png",
        "48": "v3\/icon48.png",
        "96": "v3\/icon96.png",
        "128": "v3\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/localhost:3033 http:\/\/localhost:3033 https:\/\/*.firebaseio.com https:\/\/*.fullstory.com ; object-src 'self'; frame-src 'self' https:\/\/localhost:3033 http:\/\/localhost:3033 https:\/\/*.firebaseio.com https:\/\/*.cloudfront.net https:\/\/*.fullstory.com;",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tenfold.com\/*",
            "https:\/\/*.micloudoffice.com\/*",
            "https:\/\/*.mitel.com\/*"
        ]
    }
}