Exelare Open Sourcing
This is Exelare's Chrome extension for sourcing candidates from Google.
Apa itu Exelare Open Sourcing?
Exelare Open Sourcing adalah ekstensi Chrome yang dikembangkan oleh Exelare, dan fitur utamanya adalah "This is Exelare's Chrome extension for sourcing candidates from Google.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Exelare Open Sourcing
Unduh file ekstensi Exelare Open Sourcing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Exelare Open Sourcing |
ID | ikpilljmpfkphnnnmlpjmnebgjagieeg |
URL Resmi | https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg |
Deskripsi | This is Exelare's Chrome extension for sourcing candidates from Google. |
Ukuran File | 37.08 KB |
Jumlah Instalasi | 101 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-05-12 |
Tanggal Publikasi | 2021-05-12 |
Pengembang | Exelare |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://exelare.com/company/customer-information-privacy |
Bahasa yang Didukung | 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\/*" ] } } |