iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
iSmart Resume Exporter란 무엇입니까?
iSmart Resume Exporter은(는) https://ismartrecruit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is plugin Export resume to iSmartRecruit Server."입니다.
확장 프로그램 스크린샷
iSmart Resume Exporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.
확장 프로그램 기본 정보
이름 | iSmart Resume Exporter |
ID | cpaeapbpcoabkkogahldoocbmifeiimh |
공식 URL | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
설명 | This is plugin Export resume to iSmartRecruit Server. |
파일 크기 | 271 KB |
설치 횟수 | 208 |
현재 버전 | 2.21.56 |
최근 업데이트 | 2024-02-13 |
출시 날짜 | 2019-02-16 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://ismartrecruit.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ismartrecruit.com/features-chrome-browser-extension |
개인정보 보호 정책 페이지 URL | https://ismartrecruit.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSmart Resume Exporter", "version": "2.21.56", "short_name": "Gmail Plugin", "author": "Divyesh Kanzariya", "description": "This is plugin Export resume to iSmartRecruit Server.", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "src\/extensionInjector.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "dist\/extension.js", "css\/ik.css", "css\/selectize.default.css" ], "browser_action": { "default_icon": "GmailPlugin.png" }, "icons": { "32": "GmailPlugin.png", "38": "GmailPlugin.png", "48": "GmailPlugin.png" }, "permissions": [ "https:\/\/*\/*" ], "manifest_version": 2 } |