Voys plugin

Click-to-Dial, status updates and queue monitoring

Voys pluginคืออะไร?

Voys plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.voys.nl และคุณลักษณะหลักของมันคือ "Click-to-Dial, status updates and queue monitoring"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Voys plugin: Click-to-Dial and availability management right here in your browser.

With this plugin, especially made for all Voys customers, it is almost too easy to make phone calls and manage your availability.

*Click-to-Dial*
With this plugin installed, every phone number on every webpage will have a special phone icon. When you click on it, your VoIP phone or soft client will start calling the number within a second.

*Availability*
It takes only two mouse clicks to change your own availabilty of your cell phone number to Do not Disturb. Very easy if you are in a meeting or just need to focus for some time.

*Colleagues*
In the Colleagues tab, the colors green (available) and red (busy) will show you the availability of your colleagues. You can also find the extension numbers of your favourite co-workers here.

*Queue monitoring*
If you use queues in your phone system, you can see how many people are desperately waiting to speak to you.                    

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

ชื่อ Voys plugin Voys plugin
ID bpmlphkhnjcjkfhpojoocgbgpkfeipgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voys-plugin/bpmlphkhnjcjkfhpojoocgbgpkfeipgb
คำอธิบาย Click-to-Dial, status updates and queue monitoring
ขนาดไฟล์ 418 KB
จำนวนการติดตั้ง 8,761
เวอร์ชันปัจจุบัน 2.2.7
อัปเดตครั้งล่าสุด 2022-12-09
วันที่เผยแพร่ 2019-04-23
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.voys.nl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.voys.nl/voip/mkb-zzp/features/plugins/
URL หน้าช่วยเหลือ https://www.voys.nl/hulp/features/browser_plugins/
URL หน้านโยบายความเป็นส่วนตัว https://www.voys.nl/privacy-en-toegankelijkheid
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Voys",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon-contextmenu.png",
        "32": "img\/logo-32.png",
        "64": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "22": "img\/icon-menubar-inactive.png"
        },
        "default_popup": "index.html",
        "default_title": "Voys plugin"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/webext_bg.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "tabs",
        "https:\/\/freedom.voys.nl\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/webext_tab.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/webext_observer.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "webext_options.html",
        "chrome_style": false
    },
    "web_accessible_resources": [
        "img\/*.png",
        "css\/*.css",
        "webext_callstatus.html",
        "js\/*.map"
    ],
    "default_locale": "en",
    "name": "Voys plugin",
    "homepage_url": "https:\/\/www.voys.nl\/hulp\/features\/browser_plugins\/",
    "version": "2.2.7"
}