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ファイルをダウンロード
ValuesFit Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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;"
} | |