Freshteam Sourcing Extension

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

Was ist Freshteam Sourcing Extension?

Freshteam Sourcing Extension ist eine Chrome-Erweiterung, die von Freshteam by Freshworks entwickelt wurde, und ihr Hauptmerkmal ist "Easy plug and play extension from Freshteam to source your candidates.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Freshteam Sourcing Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Freshteam Sourcing Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
Offizielle URL https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
Beschreibung Easy plug and play extension from Freshteam to source your candidates.
Dateigröße 1.66 MB
Installationsanzahl 462
Aktuelle Version 2.2.0
Letztes Update 2022-09-05
Veröffentlichungsdatum 2021-06-17
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Freshteam by Freshworks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.freshworks.com/hrms/
Hilfeseite URL https://support.freshteam.com/support/home
URL der Datenschutzrichtlinien-Seite https://www.freshworks.com/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}