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”。

扩展截图

screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 ValuesFit Extension 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;"
}