ValuesFit Extension

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

ValuesFit Extension क्या है?

ValuesFit Extension https://valuesfit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps with you collect, manage, and enrich your candidate experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ValuesFit Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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;"
}