Freshteam Sourcing Extension

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

What is Freshteam Sourcing Extension?

Freshteam Sourcing Extension is a Chrome extension developed by Freshteam by Freshworks, and its main feature is "Easy plug and play extension from Freshteam to source your candidates.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Freshteam Sourcing Extension Extension CRX File

Download Freshteam Sourcing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
Official URL https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
Description Easy plug and play extension from Freshteam to source your candidates.
File Size 1.66 MB
Installation Count 462
Current Version 2.2.0
Last Updated 2022-09-05
Publish Date 2021-06-17
Rating 3.67/5 Total 3 Ratings
Developer Freshteam by Freshworks
Email [email protected]
Payment Type free
Extension Website https://www.freshworks.com/hrms/
Help Page URL https://support.freshteam.com/support/home
Privacy Policy Page URL https://www.freshworks.com/privacy
Supported Languages 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"
            ]
        }
    ]
}