Taleez Sourcing

Importez les profils intéressants trouvés sur le web directement dans Taleez.

Taleez Sourcing là gì?

Taleez Sourcing là một tiện ích mở rộng Chrome được phát triển bởi https://taleez.com, và tính năng chính của nó là "Importez les profils intéressants trouvés sur le web directement dans Taleez.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Taleez Sourcing 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

                        Trouvez des candidats talentueux et importez-les dans votre compte Taleez.

Cherchez un candidat sur le web, allez sur son profil puis cliquez sur l'icône Taleez, située en haut à droite de votre navigateur, pour sauvegarder les informations du candidat. Ensuite choisissez à quel recrutement ou vivier rattacher ce nouveau candidat. Voilà c'est fait.

Avec l'extension Taleez Sourcing vous pouvez être actif dans vos campagnes de recrutements. En plus, certains sites d'emploi sont supportés automatiquement : Linkedin, Apec, Pôle Emploi 🤫

L'extension Taleez Sourcing est compatible avec les navigateurs Chrome et Edge.                    

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

Tên Taleez Sourcing Taleez Sourcing
ID mgnkdppbhhknjlnielapfjamkmpoleoe
URL Chính Thức https://chromewebstore.google.com/detail/taleez-sourcing/mgnkdppbhhknjlnielapfjamkmpoleoe
Mô tả Importez les profils intéressants trouvés sur le web directement dans Taleez.
Kích Thước Tệp 782 KB
Số Lần Cài Đặt 657
Phiên Bản Hiện Tại 3.3.14
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://taleez.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://taleez.com
URL Trang Trợ Giúp https://help.taleez.com
URL Trang Chính Sách Bảo Mật https://taleez.com/w/legals/politique-de-confidentialite-et-cookies
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taleez Sourcing",
    "version": "3.3.14",
    "description": "Importez les profils int\u00e9ressants trouv\u00e9s sur le web directement dans Taleez.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "webRequest",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/taleez_16.png",
            "32": "images\/icons\/taleez_32.png",
            "48": "images\/icons\/taleez_48.png",
            "128": "images\/icons\/taleez_128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/taleez_16.png",
        "32": "images\/icons\/taleez_32.png",
        "48": "images\/icons\/taleez_48.png",
        "128": "images\/icons\/taleez_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "css": [
                ".\/styles.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "sidepanel\/sidepanel.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidepanel\/sidepanel.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/taleez.com\/*",
            "https:\/\/app.taleez.com\/*",
            "https:\/\/app.pretaleez.com\/*",
            "https:\/\/pretaleez.com\/*",
            "http:\/\/localtaleez.com\/*",
            "http:\/\/localhost:4200\/*"
        ]
    }
}