PCRecruiter Google Voice Plugin
This extension allows access to Google Voice using PCRecruiter.
ما هو PCRecruiter Google Voice Plugin؟
PCRecruiter Google Voice Plugin هو إضافة Chrome تم تطويرها بواسطة PCRecruiter، والميزة الرئيسية لها هي "This extension allows access to Google Voice using PCRecruiter.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PCRecruiter Google Voice Plugin
قم بتنزيل ملفات الامتداد PCRecruiter Google Voice Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |