URL Networks number2url
This extension converts phone numbers to links which will connect your calls.
URL Networks number2urlとは何ですか?
URL Networks number2urlはURL Networksによって開発されたChromeの拡張機能で、その主な機能は「This extension converts phone numbers to links which will connect your calls.」です。
拡張機能のスクリーンショット
URL Networks number2url拡張機能のCRXファイルをダウンロード
URL Networks number2url拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension highlights phone numbers enabling them to be used as links. These links can be used to dial the number using SIP phones, Skype and any other device that works via similar mechanism. The links can be configured to call based on left click, or a right click context menu. Presently there is support for the following URLs: - sip: - skype: - tel: - callto: - phone: There is also support for Custom URLs, with the following built-in templates: - Yealink T32 & T38 - Yealink T22, T26, T28 - Yealink T41, T42, T46 - SNOM If you have a favourite device that you would like a built-in template defined for, please let us know.
拡張機能の基本情報
名前 | URL Networks number2url |
ID | lndpiehcijmlgooadkonganjdnnaojhc |
公式URL | https://chromewebstore.google.com/detail/url-networks-number2url/lndpiehcijmlgooadkonganjdnnaojhc |
説明 | This extension converts phone numbers to links which will connect your calls. |
ファイルサイズ | 130 KB |
インストール数 | 1,135 |
現在のバージョン | 1.4 |
最終更新日 | 2014-04-01 |
公開日 | 2014-03-31 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | URL Networks |
支払い方法 | free |
拡張機能のウェブサイト | http://www.url.net.au/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Networks number2url", "short_name": "number2url", "description": "This extension converts phone numbers to links which will connect your calls.", "version": "1.4", "permissions": [ "contextMenus" ], "page_action": { "default_icon": "icon.png", "default_title": "URL Networks number2url", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "common.js", "number2url.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "number2url.css", "urlnetworks_logo_small.png", "urlnetworks_logo_small_pb.png", "loading.gif" ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon.png" }, "options_page": "options.html", "manifest_version": 2 } |