Mobile PBX Click-to-Call
Make calls by clicking on any phone number or selecting from text.
Mobile PBX Click-to-Callとは何ですか?
Mobile PBX Click-to-Callはhttps://mobilepbx.coによって開発されたChromeの拡張機能で、その主な機能は「Make calls by clicking on any phone number or selecting from text.」です。
Mobile PBX Click-to-Call拡張機能のCRXファイルをダウンロード
Mobile PBX Click-to-Call拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome Extension enables Click to Call Functionality throughout your Chrome Browser. When it detects a phone number in another webpage you have open, it will allow you to right click and then select to call or text that phone number from your online PBX.
拡張機能の基本情報
名前 | Mobile PBX Click-to-Call |
ID | ogkknldpjljebnphckncompbinbmlcgh |
公式URL | https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh |
説明 | Make calls by clicking on any phone number or selecting from text. |
ファイルサイズ | 93.56 KB |
インストール数 | 10 |
現在のバージョン | 0.91 |
最終更新日 | 2017-06-05 |
公開日 | 2017-06-05 |
開発者 | https://mobilepbx.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://app.mobilepbx.co |
プライバシーポリシーページのURL | https://www.voyant.com/legal-notices/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mobile PBX Click-to-Call", "description": "Make calls by clicking on any phone number or selecting from text.", "version": "0.91", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "Open Mobile PBX" }, "permissions": [ "management", "contextMenus", "tabs", "cookies", "storage", "*:\/\/*.mobilepbx.co\/*", "*:\/\/localhost\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/underscore.js", "js\/contentScript.js" ], "css": [ "css\/contentScript.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/app.mobilepbx.co\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ "img\/*.png" ], "applications": { "gecko": { "id": "[email protected]" } } } |