MyOperator Click to Call

Use MyOperator's Click2Call feature to work more efficiently - directly call numbers displayed in your Chrome browser without…

MyOperator Click to Callคืออะไร?

MyOperator Click to Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myoperator.com และคุณลักษณะหลักของมันคือ "Use MyOperator's Click2Call feature to work more efficiently - directly call numbers displayed in your Chrome browser without…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyOperator Click to Call

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

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

                        Use MyOperator's Click2Call feature to work more efficiently - directly call numbers displayed in your Chrome browser without having to go to your MyOperator dashboard

This increases the work efficiency by making calls from your CRM web page without having to copy-paste the number.

How it works? 
1. Add this extension to your chrome browser
2. Sign in to your MyOperator account from https://app.myoperator.com/ or Create a MyOperator demo account from https://myoperator.com/
3. Go to any CRM that your use or website (say your prospective client's website) where phone number is given 
4. MyOperator chrome extension will automatically detect phone numbers present on that page and add a MyOperator call icon beside these phone numbers
5. Press on Call button to make the call

You can also initiate calls from the extension popup itself without having to go to MyOperator Dashboard. Just click on the extension icon on the address bar, and type in the number that you want to call.

MyOperator is a cloud-based call management system that provides solutions such as IVR, virtual number, toll-free number, cloud EPABX, automatic call distribution, call tracking & recording, reports etc. for business.

PLEASE NOTE: MyOperator account is required to use this extension. For a free trial of MyOperator business phone system: https://myoperator.com
The incoming call notification is supported on Chrome version 116+.

*Currently only serving Indian accounts.                    

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

ชื่อ MyOperator Click to Call MyOperator Click to Call
ID hnlocbghekoeogmbhhphhpjldbipmnhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myoperator-click-to-call/hnlocbghekoeogmbhhphhpjldbipmnhd
คำอธิบาย Use MyOperator's Click2Call feature to work more efficiently - directly call numbers displayed in your Chrome browser without…
ขนาดไฟล์ 243 KB
จำนวนการติดตั้ง 656
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2020-03-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://myoperator.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://support.myoperator.com/portal/en/kb/knowledge-base/about-us-1/policies
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.5",
    "version_name": "2.0.5",
    "manifest_version": 3,
    "name": "MyOperator Click to Call",
    "author": "Akshat Jain",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.myoperator.com\/*",
                "https:\/\/in.app.myoperator.com\/*",
                "https:\/\/us.app.myoperator.com\/*"
            ],
            "js": [
                "contentScriptSession.bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "content.styles.css"
            ],
            "js": [
                "jquery.js",
                "contentScriptFunctions.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}