Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
Ubity click-to-dialとは何ですか?
Ubity click-to-dialはubityによって開発されたChromeの拡張機能で、その主な機能は「Dial phone numbers with you Ubity phone, directly from your browser」です。
拡張機能のスクリーンショット
Ubity click-to-dial拡張機能のCRXファイルをダウンロード
Ubity click-to-dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension find and highlight phone numbers on any website. Clicking an phone highlighted number trigger a call to it from your Ubity phone.
拡張機能の基本情報
名前 | Ubity click-to-dial |
ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
公式URL | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
説明 | Dial phone numbers with you Ubity phone, directly from your browser |
ファイルサイズ | 142 KB |
インストール数 | 438 |
現在のバージョン | 2.1.4 |
最終更新日 | 2021-04-30 |
公開日 | 2017-08-08 |
開発者 | ubity |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://studio.ubity.com |
ヘルプページのURL | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
プライバシーポリシーページのURL | https://www.ubity.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Ubity click-to-dial", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Dial phone numbers with you Ubity phone, directly from your browser", "background": { "page": "background.html" }, "homepage_url": "https:\/\/studio.ubity.com\/", "version": "2.1.4", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Ubity click-to-dial" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation", "notifications", "cookies" ] } |