PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

Co je PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin je rozšíření Chrome vyvinuté PCRecruiter, a jeho hlavní funkcí je „This extension allows access to Google Voice using PCRecruiter.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PCRecruiter Google Voice Plugin

Stáhněte si soubory rozšíření PCRecruiter Google Voice Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
Oficiální URL https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Popis This extension allows access to Google Voice using PCRecruiter.
Velikost souboru 219 KB
Počet instalací 232
Aktuální Verze 1.0.10
Poslední Aktualizace 2022-10-08
Datum Vydání 2019-09-06
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář PCRecruiter
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pcrecruiter.net/
Podporované Jazyky 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
}