PCRecruiter Google Voice Plugin
This extension allows access to Google Voice using PCRecruiter.
Hvad er PCRecruiter Google Voice Plugin?
PCRecruiter Google Voice Plugin er en Chrome-udvidelse udviklet af PCRecruiter, og dens hovedfunktion er "This extension allows access to Google Voice using PCRecruiter.".
Udvidelsesskærmbilleder
Download PCRecruiter Google Voice Plugin-udvidelses-CRX-fil
Download PCRecruiter Google Voice Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser!
Grundlæggende oplysninger om udvidelsen
Navn | PCRecruiter Google Voice Plugin |
ID | jbnipflpcmcdjnakjipfbcikigcdbhpe |
Officiel URL | https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe |
Beskrivelse | This extension allows access to Google Voice using PCRecruiter. |
Filstørrelse | 219 KB |
Antal Installationer | 232 |
Nuværende Version | 1.0.10 |
Senest Opdateret | 2022-10-08 |
Udgivelsesdato | 2019-09-06 |
Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
Udvikler | PCRecruiter |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.pcrecruiter.net/ |
Understøttede Sprog | 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 } |