Freshteam Sourcing Extension
Easy plug and play extension from Freshteam to source your candidates.
Hvad er Freshteam Sourcing Extension?
Freshteam Sourcing Extension er en Chrome-udvidelse udviklet af Freshteam by Freshworks, og dens hovedfunktion er "Easy plug and play extension from Freshteam to source your candidates.".
Udvidelsesskærmbilleder
Download Freshteam Sourcing Extension-udvidelses-CRX-fil
Download Freshteam Sourcing Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | efceagngbclbofcpknkbbicbmfdbpefa |
Officiel URL | https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa |
Beskrivelse | Easy plug and play extension from Freshteam to source your candidates. |
Filstørrelse | 1.66 MB |
Antal Installationer | 462 |
Nuværende Version | 2.2.0 |
Senest Opdateret | 2022-09-05 |
Udgivelsesdato | 2021-06-17 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Freshteam by Freshworks |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.freshworks.com/hrms/ |
Hjælpeside-URL | https://support.freshteam.com/support/home |
URL til Fortrolighedspolitik Side | https://www.freshworks.com/privacy |
Understøttede Sprog | 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" ] } ] } |