ValuesFit Extension

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

ValuesFit Extensionคืออะไร?

ValuesFit Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://valuesfit.com และคุณลักษณะหลักของมันคือ "Helps with you collect, manage, and enrich your candidate experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ValuesFit Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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;"
}