ValuesFit Extension

Helps with you collect, manage, and enrich your candidate experience

ValuesFit Extension là gì?

ValuesFit Extension là một tiện ích mở rộng Chrome được phát triển bởi https://valuesfit.com, và tính năng chính của nó là "Helps with you collect, manage, and enrich your candidate experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ValuesFit Extension

Tải xuống các tệp mở rộng ValuesFit Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ValuesFit Extension ValuesFit Extension
ID fohmkolmaljakbbnomjpfgbiplgmlcmh
URL Chính Thức https://chromewebstore.google.com/detail/valuesfit-extension/fohmkolmaljakbbnomjpfgbiplgmlcmh
Mô tả Helps with you collect, manage, and enrich your candidate experience
Kích Thước Tệp 253 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Nhà Phát Triển https://valuesfit.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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;"
}