PCRecruiter Google Voice Plugin
This extension allows access to Google Voice using PCRecruiter.
Co to jest PCRecruiter Google Voice Plugin?
PCRecruiter Google Voice Plugin to rozszerzenie Chrome opracowane przez PCRecruiter, a jego główną funkcją jest „This extension allows access to Google Voice using PCRecruiter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PCRecruiter Google Voice Plugin
Pobierz pliki rozszerzeń PCRecruiter Google Voice Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser!
Podstawowe informacje o rozszerzeniu
Nazwa | PCRecruiter Google Voice Plugin |
ID | jbnipflpcmcdjnakjipfbcikigcdbhpe |
Oficjalny URL | https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe |
Opis | This extension allows access to Google Voice using PCRecruiter. |
Rozmiar pliku | 219 KB |
Liczba instalacji | 232 |
Aktualna Wersja | 1.0.10 |
Ostatnia Aktualizacja | 2022-10-08 |
Data Publikacji | 2019-09-06 |
Ocena | 4.50/5 Łącznie 4 Oceny |
Deweloper | PCRecruiter |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.pcrecruiter.net/ |
Obsługiwane Języki | 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 } |