Dialer
Dialer for Google Hangouts - Click to Call any number!
Что такое Dialer?
Dialer - это расширение Chrome, разработанное Zoqui & Zoqui, и его основная функция - "Dialer for Google Hangouts - Click to Call any number!".
Снимки экрана расширения
Скачать файл CRX расширения Dialer
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
]
} | |