Exelare Open Sourcing
This is Exelare's Chrome extension for sourcing candidates from Google.
Vad är Exelare Open Sourcing?
Exelare Open Sourcing är en Chrome-tillägg utvecklad av Exelare, och dess huvudfunktion är "This is Exelare's Chrome extension for sourcing candidates from Google.".
Tilläggsskärmbilder
Ladda ner Exelare Open Sourcing-förlängningens CRX-fil
Ladda ner Exelare Open Sourcing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Exelare Open Sourcing |
ID | ikpilljmpfkphnnnmlpjmnebgjagieeg |
Officiell webbadress | https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg |
Beskrivning | This is Exelare's Chrome extension for sourcing candidates from Google. |
Filstorlek | 37.08 KB |
Antal Installationer | 101 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-05-12 |
Publiceringsdatum | 2021-05-12 |
Utvecklare | Exelare |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://exelare.com/company/customer-information-privacy |
Stödda Språk | 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\/*" ] } } |