PCRecruiter Google Voice Plugin
This extension allows access to Google Voice using PCRecruiter.
PCRecruiter Google Voice Plugin क्या है?
PCRecruiter Google Voice Plugin PCRecruiter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows access to Google Voice using PCRecruiter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PCRecruiter Google Voice Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser!
एक्सटेंशन की मूल जानकारी
नाम | PCRecruiter Google Voice Plugin |
ID | jbnipflpcmcdjnakjipfbcikigcdbhpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe |
विवरण | This extension allows access to Google Voice using PCRecruiter. |
फ़ाइल का आकार | 219 KB |
स्थापना संख्या | 232 |
वर्तमान संस्करण | 1.0.10 |
अंतिम अपडेट | 2022-10-08 |
प्रकाशन तिथि | 2019-09-06 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | PCRecruiter |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.pcrecruiter.net/ |
समर्थित भाषाएँ | 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 } |