Freshteam Sourcing Extension

Easy plug and play extension from Freshteam to source your candidates.

Freshteam Sourcing Extension क्या है?

Freshteam Sourcing Extension Freshteam by Freshworks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy plug and play extension from Freshteam to source your candidates."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Freshteam Sourcing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pursuing candidates on external sites made easy!

With the all new Freshteam Sourcing Extension you can:

→ Experience frictionless candidate sourcing
→ Avoid pursuing duplicate candidates
→ Spend more time in building hiring pipeline 

You need a Freshteam account to use this extension. Signup for free here: https://www.freshworks.com/hrms/signup/                    

एक्सटेंशन की मूल जानकारी

नाम Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
आधिकारिक URL https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
विवरण Easy plug and play extension from Freshteam to source your candidates.
फ़ाइल का आकार 1.66 MB
स्थापना संख्या 462
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2022-09-05
प्रकाशन तिथि 2021-06-17
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Freshteam by Freshworks
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.freshworks.com/hrms/
सहायता पृष्ठ URL https://support.freshteam.com/support/home
गोपनीयता नीति पृष्ठ URL https://www.freshworks.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshteam Sourcing Extension",
    "description": "Easy plug and play extension from Freshteam to source your candidates.",
    "version": "2.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "assets\/images\/ft-logo-s.png",
        "48": "assets\/images\/ft-logo-m.png",
        "128": "assets\/images\/ft-logo-l.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Freshteam Sourcing Extension"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/ft-chrome-extension.css",
                "assets\/vendor.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}