Click To Call for Internet Phone - Ringover

With the Click To Call for Internet Phone - Ringover extension, all phone numbers displayed on web pages become clickable!

Click To Call for Internet Phone - Ringoverคืออะไร?

Click To Call for Internet Phone - Ringover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ringover.com และคุณลักษณะหลักของมันคือ "With the Click To Call for Internet Phone - Ringover extension, all phone numbers displayed on web pages become clickable!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click To Call for Internet Phone - Ringover

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

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

                        When you click on a number, the call is launched from your Ringover dialer!


Click2Call: Click on a number on your webpages to call it directly from your account, compatible with Ringover CTI dialer for Zendesk, Salesforce, Dynamics and Salesloft.

PowerDialer: Compile a telephone number list and call them from your account, one number instantly after the other, works on web app and desktop app.


Right-click on the extension icon or on the targeted web page to open extension options:

Enable / Disable Click2Call.
Choosing not to activate on some domain.
Show / Hide number overlay.
Switch phone number format searched on web pages.

Connect your Ringover account with the extension to access on advanced features:

Enable / Disable PowerDialer.
Select call platform: web app (app.ringover.com), desktop app, sip phone or mobile apps (iOS and Android)
Select your output number (sip phone and mobile app call mode).                    

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

ชื่อ Click To Call for Internet Phone - Ringover Click To Call for Internet Phone - Ringover
ID ghhapdfndmlhligpkofeppifkgddkonj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click-to-call-for-interne/ghhapdfndmlhligpkofeppifkgddkonj
คำอธิบาย With the Click To Call for Internet Phone - Ringover extension, all phone numbers displayed on web pages become clickable!
ขนาดไฟล์ 223 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2023-06-07
วันที่เผยแพร่ 2020-05-04
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://ringover.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.ringover.com
URL หน้าช่วยเหลือ https://ringover.com
URL หน้านโยบายความเป็นส่วนตัว https://www.ringover.com/privacy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Click2Call",
    "author": "Ringover Group",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/ringover.com",
    "default_locale": "en",
    "version": "1.5.2",
    "permissions": [
        "management",
        "contextMenus",
        "tabs",
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Click2Call",
        "default_icon": "assets\/img\/logo-64-disabled.png"
    },
    "background": {
        "page": "index.html",
        "persistent": true
    },
    "icons": {
        "16": "assets\/img\/logo-16.png",
        "32": "assets\/img\/logo-32.png",
        "48": "assets\/img\/logo-64.png",
        "64": "assets\/img\/logo-64.png",
        "128": "assets\/img\/logo-128.png"
    },
    "options_page": "assets\/options.html",
    "options_ui": {
        "page": "assets\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/crm_modules.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.ringover.dev\/*",
            "https:\/\/ringover.dev\/*",
            "https:\/\/*.ringover.xyz\/*",
            "https:\/\/ringover.xyz\/*",
            "https:\/\/*.ringover.net\/*",
            "https:\/\/ringover.net\/*",
            "https:\/\/*.bjtpartners.fr\/*",
            "https:\/\/*.ringover.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'"
}