PCRecruiter Google Voice Plugin
This extension allows access to Google Voice using PCRecruiter.
O que é PCRecruiter Google Voice Plugin?
PCRecruiter Google Voice Plugin é uma extensão do Chrome desenvolvida por PCRecruiter, e sua principal característica é "This extension allows access to Google Voice using PCRecruiter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PCRecruiter Google Voice Plugin
Baixe arquivos de extensão PCRecruiter Google Voice Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser!
Informações Básicas da Extensão
Nome | PCRecruiter Google Voice Plugin |
ID | jbnipflpcmcdjnakjipfbcikigcdbhpe |
URL Oficial | https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe |
Descrição | This extension allows access to Google Voice using PCRecruiter. |
Tamanho do Arquivo | 219 KB |
Contagem de Instalações | 232 |
Versão Atual | 1.0.10 |
Última Atualização | 2022-10-08 |
Data de Publicação | 2019-09-06 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | PCRecruiter |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.pcrecruiter.net/ |
Idiomas Suportados | 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 } |