ScopTalent

LinkedIn plugin for ScopTalent solution

ScopTalent là gì?

ScopTalent là một tiện ích mở rộng Chrome được phát triển bởi https://scoptalent.com, và tính năng chính của nó là "LinkedIn plugin for ScopTalent solution".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScopTalent

Tải xuống các tệp mở rộng ScopTalent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScopTalent ScopTalent
ID ebaikcmadbhckgkehkfnpbagpfjnidml
URL Chính Thức https://chromewebstore.google.com/detail/scoptalent/ebaikcmadbhckgkehkfnpbagpfjnidml
Mô tả LinkedIn plugin for ScopTalent solution
Kích Thước Tệp 305 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 2.1.11
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2020-01-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://scoptalent.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scoptalent.com
URL Trang Chính Sách Bảo Mật https://scoptalent.com/mentions-legales
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}