FortiVoice Click-to-dial
Initiate calls with FortiVoice from Chrome.
FortiVoice Click-to-dial क्या है?
FortiVoice Click-to-dial FortiVoice द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Initiate calls with FortiVoice from Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FortiVoice Click-to-dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | FortiVoice Click-to-dial |
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" } } |