VitelGlobal Browser Plugin
click-to-dial
VitelGlobal Browser Pluginとは何ですか?
VitelGlobal Browser Pluginはhttps://www.vitelglobal.comによって開発されたChromeの拡張機能で、その主な機能は「click-to-dial」です。
拡張機能のスクリーンショット
VitelGlobal Browser Plugin拡張機能のCRXファイルをダウンロード
VitelGlobal Browser Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vitel Global Communications LLC, Vitel Global Click to Call integrates your Chrome Browser and allows you to call any phone number that appears on a web page just by clicking it. The setup is very simple. You need install it and a small icon will appear next to the address bar. By clicking on it you need to enable and update the user domain and extension. Once this is done, you can click on any phone number you see on the screen to start making a call. You know how important Click to call plugin is as now days every business is entirely depend on the digital technology which not only eases your calling efficiency but saves time and increase the workforce productivity.
拡張機能の基本情報
名前 | VitelGlobal Browser Plugin |
ID | balmmdlcpdhekbmaflhciacjfffidjch |
公式URL | https://chromewebstore.google.com/detail/vitelglobal-browser-plugi/balmmdlcpdhekbmaflhciacjfffidjch |
説明 | click-to-dial |
ファイルサイズ | 19.26 KB |
インストール数 | 232 |
現在のバージョン | 1.1 |
最終更新日 | 2020-03-10 |
公開日 | 2020-03-10 |
開発者 | https://www.vitelglobal.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VitelGlobal Browser Plugin", "version": "1.1", "description": "click-to-dial", "options_ui": { "page": "getnum.html", "open_in_tab": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "10", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "vitelclicktocall.js" ], "all_frames": true } ], "web_accessible_resources": [ "icon48.png" ], "permissions": [ "storage" ] } |