Add to JobMind
This button lets you add a jobposting or a contact to JobMind
Add to JobMind란 무엇입니까?
Add to JobMind은(는) http://jobmind.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This button lets you add a jobposting or a contact to JobMind"입니다.
확장 프로그램 스크린샷
Add to JobMind 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The JobMind button: the easiest way to save jobs or contacts that interest you Use JobMind extension to add a job listing or a contact into your account from any job website. You can then find this offer in your personal account to track your job application with ease. Once installed, the button is in your toolbar. By clicking the button JobMind, the main information of the jobs are extracted into your account. Simply login with JobMind credentials . Note: JobMind does not consult, transmits, or store your browsing data. To learn more about us, visit https://www.jobmind.com/ Contact us on [email protected]
확장 프로그램 기본 정보
이름 | |
ID | aiddmiofflfjcjbdgfilemcolafgikpj |
공식 URL | https://chrome.google.com/webstore/detail/aiddmiofflfjcjbdgfilemcolafgikpj |
설명 | This button lets you add a jobposting or a contact to JobMind |
파일 크기 | 27.53 KB |
설치 횟수 | 79 |
현재 버전 | 0.7.2 |
최근 업데이트 | 2017-09-28 |
출시 날짜 | 2017-09-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://jobmind.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.jobmind.com/ |
개인정보 보호 정책 페이지 URL | https://www.jobmind.com/privacy |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Add to JobMind" }, "name": "Add to JobMind", "description": "This button lets you add a jobposting or a contact to JobMind", "homepage_url": "https:\/\/www.jobmind.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.7.2", "manifest_version": 2 } |