Webphone

Webphone® Web Suite Extension® Share Screen & Desktop Sharing

Webphoneคืออะไร?

Webphone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webphone และคุณลักษณะหลักของมันคือ "Webphone® Web Suite Extension® Share Screen & Desktop Sharing"

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

screenshot
screenshot
screenshot

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

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

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

                        Webphone added support for Screen sharing. 

Webphone is click-to-call. The button that turns click into calls, users into clients, visits into
sales. From telephone to telephone. Immediate. Profitable.

After clicking Webphone and entering their telephone numbers, your visitors can immediatly
speak with your sales department to solve their doubts and queries. Sales opportunities rise up
to 40%, proven results for both SMEs and large companies around the globe.

Every lead generated via Webphone (received calls, missed calls, and contacts received out of
your working hours) is registered in your private control panel, where you’ll be able to manage
the whole DDBB and all your Webphone buttons (customization, timetables, audio messages…)
All our plans include statistics on the performance of the tool (call lenght, original URL,
effectiveness per widget…) as well as daily reports to be received by email.

Discover all its features at webphone.net

Webphone is the way to make web calls. Free for your clients. Profitable for you.

If you found any bug or have a question contact us at [email protected]
or use these support channels Support                    

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

ชื่อ Webphone Webphone
ID gojaodelcipelnhpemccmgnomdkiopge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/webphone/gojaodelcipelnhpemccmgnomdkiopge
คำอธิบาย Webphone® Web Suite Extension® Share Screen & Desktop Sharing
ขนาดไฟล์ 10.25 KB
จำนวนการติดตั้ง 406
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2019-08-12
วันที่เผยแพร่ 2019-08-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Webphone
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.webphone.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webphone",
    "description": "Webphone\u00ae Web Suite Extension\u00ae Share Screen & Desktop Sharing",
    "version": "1.2.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Webphone\u00ae Web Suite Extension\u00ae Share Screen & Desktop Sharing"
    },
    "permissions": [
        "desktopCapture",
        "tabCapture",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}