Epygi Click To Call Extension
Epygi’s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.
Epygi Click To Call Extensionとは何ですか?
Epygi Click To Call ExtensionはEpygi Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Epygi’s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.」です。
拡張機能のスクリーンショット
Epygi Click To Call Extension拡張機能のCRXファイルをダウンロード
Epygi Click To Call Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Epygi’s Click To Call Chrome extension detects the phone numbers on the web page. When the user hovers over a phone number, callout pops up with the detected phone number and the “Call” icon. Once the user clicks on the “Call” icon, user’s PBX extensions will ring. As soon as the user answers, the call will connect to the phone number on the web page. If the phone number has not been detected on the web page, the user can always select the number and right click to open a window with Epygi’s Call record to make a call.
拡張機能の基本情報
名前 | Epygi Click To Call Extension |
ID | biooccafopkmgfglhlgldhcmlfnpnnep |
公式URL | https://chromewebstore.google.com/detail/epygi-click-to-call-exten/biooccafopkmgfglhlgldhcmlfnpnnep |
説明 | Epygi’s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages. |
ファイルサイズ | 320 KB |
インストール数 | 75 |
現在のバージョン | 2.0.14 |
最終更新日 | 2023-07-04 |
公開日 | 2019-09-18 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Epygi Technologies |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://epygi.com |
ヘルプページのURL | http://support.epygi.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Epygi\u2019s Click To Call extension is for making one-click calls via Epygi IP PBX to phone numbers on web pages.", "version": "2.0.14", "manifest_version": 2, "name": "Epygi Click To Call Extension", "short_name": "Epygi c2c", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "permissions": [ "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "options.html", "allow-network-connection.html" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end", "all_frames": false } ] } |