Freshteam Sourcing Extension

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

Wat is Freshteam Sourcing Extension?

Freshteam Sourcing Extension is een Chrome-extensie ontwikkeld door Freshteam by Freshworks, en de belangrijkste functie is "Easy plug and play extension from Freshteam to source your candidates.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Freshteam Sourcing Extension

Download Freshteam Sourcing Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
Officiële URL https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
Beschrijving Easy plug and play extension from Freshteam to source your candidates.
Bestandsgrootte 1.66 MB
Aantal Installaties 462
Huidige Versie 2.2.0
Laatst Bijgewerkt 2022-09-05
Publicatiedatum 2021-06-17
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Freshteam by Freshworks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.freshworks.com/hrms/
Help Pagina-URL https://support.freshteam.com/support/home
URL van de Privacybeleid Pagina https://www.freshworks.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}