PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

Что такое PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin - это расширение Chrome, разработанное PCRecruiter, и его основная функция - "This extension allows access to Google Voice using PCRecruiter.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PCRecruiter Google Voice Plugin

Скачайте файлы расширений PCRecruiter Google Voice Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser!                    

Основная информация о расширении

Название PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
Официальный URL https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Описание This extension allows access to Google Voice using PCRecruiter.
Размер файла 219 KB
Количество установок 232
Текущая Версия 1.0.10
Последнее Обновление 2022-10-08
Дата публикации 2019-09-06
Рейтинг 4.50/5 Всего 4 оценок
Разработчик PCRecruiter
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.pcrecruiter.net/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PCRecruiter Google Voice Plugin",
    "description": "This extension allows access to Google Voice using PCRecruiter.",
    "version": "1.0.10",
    "icons": {
        "128": "phone.png"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.google.com\/",
        "https:\/\/content.googleapis.com\/",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "phone.png",
            "24": "phone.png",
            "32": "phone.png"
        },
        "default_title": "PCR_Google_Voice",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pcrecruiter.net\/*",
                "https:\/\/voice.google.com\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "voicex.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}