Firefish Chrome Extension for LinkedIn

Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.

Τι είναι το Firefish Chrome Extension for LinkedIn;

Το Firefish Chrome Extension for LinkedIn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον storeadmin, και η κύρια λειτουργία του είναι "Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Firefish Chrome Extension for LinkedIn

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

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

                        The Firefish Chrome Extension makes it effortless for recruiters to capture and update both candidate and client information in seconds simply by viewing a LinkedIn profile, and all whilst ensuring your database remains efficient by flagging any duplicates in the process.
This extension empowers recruiters to make more placements by giving them to the ability to automatically add candidates to talent pools or automated job alerts, all without leaving LinkedIn. Ensuring maximum reach on every job, every time.
Finally, recruiters can streamline their social sourcing from start to finish by considering candidates to the vacancies they are currently recruiting for meaning no more tedious time spent jumping between systems to update records.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Firefish Chrome Extension for LinkedIn Firefish Chrome Extension for LinkedIn
ID gnnnbgkmbljmjghbhjhbfiiffndpnjij
Επίσημο URL https://chromewebstore.google.com/detail/firefish-chrome-extension/gnnnbgkmbljmjghbhjhbfiiffndpnjij
Περιγραφή Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.
Μέγεθος Αρχείου 829 KB
Αριθμός Εγκαταστάσεων 1,178
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2023-12-29
Ημερομηνία Δημοσίευσης 2023-04-08
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής storeadmin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.firefishsoftware.com
Διεύθυνση URL της Σελίδας Βοήθειας https://fishtank.firefishsoftware.com/en/
URL της Σελίδας Πολιτικής Απορρήτου https://www.firefishsoftware.com/privacy-cookie-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Firefish Chrome Extension for LinkedIn",
    "version": "1.0.15",
    "description": "Chrome Extension for Adding Candidate and Contact records to your Firefish CRM.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "\/index.html#\/options",
        "open_in_tab": false
    },
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "linkedin_content.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/favicon\/Icon16.png",
        "32": ".\/assets\/favicon\/Icon32.png",
        "48": ".\/assets\/favicon\/Icon48.png",
        "128": ".\/assets\/favicon\/Icon128.png"
    }
}