Freshteam Sourcing Extension

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

Τι είναι το Freshteam Sourcing Extension;

Το Freshteam Sourcing Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Freshteam by Freshworks, και η κύρια λειτουργία του είναι "Easy plug and play extension from Freshteam to source your candidates.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Freshteam Sourcing Extension

Λήψη αρχείων επέκτασης Freshteam Sourcing Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}