ScopTalent

LinkedIn plugin for ScopTalent solution

Co to jest ScopTalent?

ScopTalent to rozszerzenie Chrome opracowane przez https://scoptalent.com, a jego główną funkcją jest „LinkedIn plugin for ScopTalent solution”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ScopTalent

Pobierz pliki rozszerzeń ScopTalent w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Cette extension vous permet d’importer des profils de candidat LinkedIn à votre vivier de candidat ScopTalent ou de les synchroniser par rapport à votre vivier existant.
ScopTalent est un logiciel de gestion de candidature vous permettant de : 

- Dématérialiser de votre gestion des recrutements,
- Automatiser de votre processus de saisie,
- Industrialiser de la gestion de vos recrutements et des compétences au sein des entreprises et des administrations,
- Améliorer de la qualité du pilotage et de la fluidité des recrutements,
- Optimiser de votre budget dédié au recrutement et au développement des RH,
- Augmenter de l’attractivité et développement de votre marque employeur,
- Collaborer sur plusieurs supports en mode SAAS.


Pour en savoir plus, visitez notre site : https://scoptalent.com/                    

Podstawowe informacje o rozszerzeniu

Nazwa ScopTalent ScopTalent
ID ebaikcmadbhckgkehkfnpbagpfjnidml
Oficjalny URL https://chromewebstore.google.com/detail/scoptalent/ebaikcmadbhckgkehkfnpbagpfjnidml
Opis LinkedIn plugin for ScopTalent solution
Rozmiar pliku 305 KB
Liczba instalacji 203
Aktualna Wersja 2.1.11
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2020-01-30
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://scoptalent.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://scoptalent.com
Adres URL Strony Polityki Prywatności https://scoptalent.com/mentions-legales
Obsługiwane Języki fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ScopLab",
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; 'unsafe-inline'",
            "css": [],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/ads\/*",
                "*:\/\/*.linkedin.com\/csp\/*"
            ],
            "js": [
                "injected\/content.min.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "LinkedIn plugin for ScopTalent solution",
    "homepage_url": "https:\/\/scoptalent.com",
    "icons": {
        "128": "extension\/images\/icon128.png",
        "16": "extension\/images\/icon16.png",
        "256": "extension\/images\/icon256.png",
        "48": "extension\/images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "ScopTalent",
    "offline_enabled": false,
    "action": {
        "default_popup": "extension\/index.html",
        "default_title": "ScopTalent"
    },
    "permissions": [
        "storage",
        "tabs",
        "background",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/in\/*"
    ],
    "short_name": "ScopTalent",
    "version": "2.1.11",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}