Exelare Open Sourcing
This is Exelare's Chrome extension for sourcing candidates from Google.
Exelare Open Sourcing란 무엇입니까?
Exelare Open Sourcing은(는) Exelare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is Exelare's Chrome extension for sourcing candidates from Google."입니다.
확장 프로그램 스크린샷
Exelare Open Sourcing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 URL | 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\/*" ] } } |