FortiVoice Click-to-dial
Initiate calls with FortiVoice from Chrome.
FortiVoice Click-to-dialคืออะไร?
FortiVoice Click-to-dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FortiVoice และคุณลักษณะหลักของมันคือ "Initiate calls with FortiVoice from Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FortiVoice Click-to-dial
ดาวน์โหลดไฟล์ส่วนขยาย FortiVoice Click-to-dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FortiVoice Click-to-dial works with in conjunction with your FortiVoice Enterprise phone system to allow you select a phone number from a website and automatically call the party using your phone system extension. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hnkgbaajmjmmlpfbemelmppaefelmbko |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fortivoice-click-to-dial/hnkgbaajmjmmlpfbemelmppaefelmbko |
| คำอธิบาย | Initiate calls with FortiVoice from Chrome. |
| ขนาดไฟล์ | 81.79 KB |
| จำนวนการติดตั้ง | 338 |
| เวอร์ชันปัจจุบัน | 1.0.10 |
| อัปเดตครั้งล่าสุด | 2023-02-11 |
| วันที่เผยแพร่ | 2019-10-30 |
| คะแนน | 3.14/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | FortiVoice |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.fortivoice.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.fortinet.com/corporate/about-us/privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FortiVoice Click-to-dial",
"version": "1.0.10",
"description": "Initiate calls with FortiVoice from Chrome.",
"manifest_version": 3,
"icons": {
"128": "images\/fv_corner_icon_128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"options_ui": {
"page": "views\/options.html"
},
"background": {
"service_worker": "scripts\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"images\/phone_blue.png",
"styles\/contentStyle.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"action": {
"default_icon": "images\/fv_corner_icon_128.png",
"default_popup": "views\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*.htm",
"file:\/\/\/*.html"
],
"css": [
"styles\/contentStyle.css"
],
"js": [
"scripts\/libphonenumber-max.min.js",
"scripts\/util.js",
"scripts\/requestUtil.js",
"scripts\/content.js"
],
"run_at": "document_idle",
"all_frames": true,
"match_about_blank": true
}
],
"content_security_policy": {
"script-src": "self",
"object-src": "self",
"worker-src": "self"
}
} | |