FortiVoice Click-to-dial
Initiate calls with FortiVoice from Chrome.
FortiVoice Click-to-dialとは何ですか?
FortiVoice Click-to-dialはFortiVoiceによって開発されたChromeの拡張機能で、その主な機能は「Initiate calls with FortiVoice from Chrome.」です。
拡張機能のスクリーンショット
FortiVoice Click-to-dial拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |