ValuesFit Extension
Helps with you collect, manage, and enrich your candidate experience
ValuesFit Extension란 무엇입니까?
ValuesFit Extension은(는) https://valuesfit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps with you collect, manage, and enrich your candidate experience"입니다.
확장 프로그램 스크린샷
ValuesFit Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use the ValuesFit extension to easily add jobs from any webpage to your dashboard. ✔ 100% FREE ✔ Easily add jobs without leaving the website ✔ Add company name, job title, location, job listing url, and more information ✔ Highlight information to fill out form ✔ Built to work with ValuesFit Dash to help you track and manage your job search Contact us at: [email protected]. We'd love to hear from you!
확장 프로그램 기본 정보
이름 | ValuesFit Extension |
ID | fohmkolmaljakbbnomjpfgbiplgmlcmh |
공식 URL | https://chromewebstore.google.com/detail/valuesfit-extension/fohmkolmaljakbbnomjpfgbiplgmlcmh |
설명 | Helps with you collect, manage, and enrich your candidate experience |
파일 크기 | 253 KB |
설치 횟수 | 46 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
개발자 | https://valuesfit.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "name": "ValuesFit Extension", "manifest_version": 2, "description": "Helps with you collect, manage, and enrich your candidate experience", "browser_action": { "default_title": "ValuesFit Extension" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "valuesfit.html" ], "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; connect-src https:\/\/valuesfit.com; style-src * 'unsafe-inline'; img-src 'self' data: https:\/\/d1rh6vc45k42mw.cloudfront.net; font-src 'self' data: https:\/\/fonts.gstatic.com;" } |