Precontact Talent Pool Automated

Import search results into talent pool lite

Hvad er Precontact Talent Pool Automated?

Precontact Talent Pool Automated er en Chrome-udvidelse udviklet af https://www.precontacttool.com, og dens hovedfunktion er "Import search results into talent pool lite".

Udvidelsesskærmbilleder

screenshot

Download Precontact Talent Pool Automated-udvidelses-CRX-fil

Download Precontact Talent Pool Automated-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

                        Import profiles from a LinkedIn search results set into a PrecontactTool talent pool                    

Grundlæggende oplysninger om udvidelsen

Navn Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
Officiel URL https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
Beskrivelse Import search results into talent pool lite
Filstørrelse 1.42 MB
Antal Installationer 97
Nuværende Version 1.2.7
Senest Opdateret 2023-12-29
Udgivelsesdato 2020-06-09
Udvikler https://www.precontacttool.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://precontacttool.com/
Hjælpeside-URL https://precontacttool.com/#faq
URL til Fortrolighedspolitik Side https://www.precontacttool.com/privacy.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precontact Talent Pool Automated",
    "version": "1.2.7",
    "description": "Import search results into talent pool lite",
    "permissions": [
        "tabs",
        "background",
        "declarativeContent",
        "storage",
        "downloads"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "assets\/images\/default-icon.png",
        "32": "assets\/images\/default-icon.png",
        "48": "assets\/images\/default-icon.png",
        "128": "assets\/images\/default-icon.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/default-icon.png",
            "32": "assets\/images\/default-icon.png",
            "48": "assets\/images\/default-icon.png",
            "128": "assets\/images\/default-icon.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/api.recruitment-tools.com\/*",
        "https:\/\/api.recruitment-tools.local\/*",
        "https:\/\/test-api.recruitment-tools.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/xing.com\/*"
    ]
}