Versature Dialer

An extension that provides Versature telephony integration.

Versature Dialerคืออะไร?

Versature Dialer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.versature.com และคุณลักษณะหลักของมันคือ "An extension that provides Versature telephony integration."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Google Chrome™ extension that provides easy and free Versature telephony integration.

Providing Canada-wide coverage for click-to-dial functionality via your Versature enabled device all from within your Chrome browser. All cloud, no desktop install. Works on any webpage opened with Google Chrome!

No charge to download or use application. Users can painlessly place calls from within their Chrome browser via their Versature deskphone, no dialing required (and no more mis-dialed calls!).

This managed extension is easy to install, requires no custom coding or development and installs in seconds. All you need is your Versature login and password - it’s that easy!

Phone numbers listed on the Contact Us pages of websites, staff numbers found in online corporate directories, and customers listed in web-based CRM databases are dialable at the click of a button. Look for the grey phone icon that will appear next to each number identified by the extension and click! Your Versature device will automatically dial out to the phone number, no further user input required.

Versature services over 950 cities and towns across Canada and provides full service support from our head office in Ottawa. Versature’s cloud-based phone service provides an alternative to traditional phone systems and traditional phone companies in Canada.                    

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

ชื่อ Versature Dialer Versature Dialer
ID lkgojodmijjnkelhmkkmhppdilafgcne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/versature-dialer/lkgojodmijjnkelhmkkmhppdilafgcne
คำอธิบาย An extension that provides Versature telephony integration.
ขนาดไฟล์ 1.21 MB
จำนวนการติดตั้ง 749
เวอร์ชันปัจจุบัน 2.3.31
อัปเดตครั้งล่าสุด 2020-10-11
วันที่เผยแพร่ 2019-04-24
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.versature.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.versature.com/sla-returns
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David Ward",
    "name": "Versature Dialer",
    "short_name": "Versature Dialer",
    "version": "2.3.31",
    "description": "An extension that provides Versature telephony integration.",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "-call"
    },
    "browser_action": {
        "default_title": "Versature Dialer",
        "default_icon": {
            "16": "images\/versature_logo_16x16.png",
            "48": "images\/versature_logo_48x48.png"
        },
        "default_popup": "main.html"
    },
    "web_accessible_resources": [
        "images\/click2dial.png",
        "js\/injected.js"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jsapi.js",
            "js\/jquery.min.js",
            "js\/pubnub.4.21.6.min.js",
            "js\/browser.js",
            "js\/log.js",
            "js\/moment.min.js",
            "js\/integrate.2.0.js",
            "js\/vactions.js",
            "js\/backgroundCallMessages.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/sonar.versature.com\/*"
            ],
            "js": [
                "js\/browser.js",
                "js\/prepareDocument.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "notifications",
        "activeTab"
    ],
    "icons": {
        "16": "images\/versature_logo_16x16.png",
        "48": "images\/versature_logo_48x48.png",
        "128": "images\/versature_logo_128x128.png"
    }
}