Dialer
Dialer for Google Hangouts - Click to Call any number!
Dialerとは何ですか?
DialerはZoqui & Zoquiによって開発されたChromeの拡張機能で、その主な機能は「Dialer for Google Hangouts - Click to Call any number!」です。
拡張機能のスクリーンショット
Dialer拡張機能のCRXファイルをダウンロード
Dialer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you want to call land lines and mobile for FREE?! (US and Canada) Install Dialer, and voilá! Dialer is a Google Chrome Extension which provides a simple, easy, fast and cheap way to make phone calls throught Google Hangouts. You can type the phone digits or select them from any web page.
拡張機能の基本情報
名前 | Dialer |
ID | cebflmlebmjjbdclelkjbcmepkejmcnp |
公式URL | https://chromewebstore.google.com/detail/dialer/cebflmlebmjjbdclelkjbcmepkejmcnp |
説明 | Dialer for Google Hangouts - Click to Call any number! |
ファイルサイズ | 148 KB |
インストール数 | 570 |
現在のバージョン | 1.02 |
最終更新日 | 2019-10-06 |
公開日 | 2019-10-06 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Zoqui & Zoqui |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.02", "name": "Dialer", "description": "Dialer for Google Hangouts - Click to Call any number!", "icons": { "16": "images\/callme_white_16.png", "48": "images\/callme_white_48.png", "128": "images\/callme_white_128.png" }, "browser_action": { "default_icon": "images\/callme_white_600.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/hangouts.google.com\/*" ], "js": [ "context.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+A", "mac": "Command+Shift+A", "chromeos": "Ctrl+Shift+A", "linux": "Ctrl+Shift+A" } } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "https:\/\/hangouts.google.com\/*", "tabs", "contextMenus" ] } |