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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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;"
}