PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

Cos'è PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin è un'estensione di Chrome sviluppata da PCRecruiter, e la sua funzione principale è "This extension allows access to Google Voice using PCRecruiter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PCRecruiter Google Voice Plugin

Scarica i file di estensione PCRecruiter Google Voice Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
URL Ufficiale https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Descrizione This extension allows access to Google Voice using PCRecruiter.
Dimensione del File 219 KB
Conteggio Installazioni 232
Versione Corrente 1.0.10
Ultimo Aggiornamento 2022-10-08
Data di Pubblicazione 2019-09-06
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore PCRecruiter
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.pcrecruiter.net/
Lingue Supportate 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
}