Exelare Open Sourcing
This is Exelare's Chrome extension for sourcing candidates from Google.
ما هو Exelare Open Sourcing؟
Exelare Open Sourcing هو إضافة Chrome تم تطويرها بواسطة Exelare، والميزة الرئيسية لها هي "This is Exelare's Chrome extension for sourcing candidates from Google.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Exelare Open Sourcing
قم بتنزيل ملفات الامتداد Exelare Open Sourcing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an Exelare extension for importing PDF, DOC and DOCX files found in Google into Exelare database. It displays a custom link under each PDF, DOC or DOCX link and once the user clicks it, it will automatically import this resume into Exelare. User can view the imported resume in Exelare directly from Google's Search page too.
معلومات أساسية عن التمديد
الاسم | Exelare Open Sourcing |
ID | ikpilljmpfkphnnnmlpjmnebgjagieeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg |
الوصف | This is Exelare's Chrome extension for sourcing candidates from Google. |
حجم الملف | 37.08 KB |
عدد التثبيتات | 101 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-05-12 |
تاريخ النشر | 2021-05-12 |
المطور | Exelare |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://exelare.com/company/customer-information-privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exelare Open Sourcing", "version": "1.0.0", "manifest_version": 2, "description": "This is Exelare's Chrome extension for sourcing candidates from Google.", "background": { "scripts": [ "jquery.min.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/exelare-angular-test.azurewebsites.net\/*", "*:\/\/exelareweb.com\/*" ] } } |