Taleez Sourcing

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

什麼是Taleez Sourcing?

Taleez Sourcing是由https://taleez.com開發的Chrome擴展程式,該擴展的主要功能是“Importez les profils intéressants trouvés sur le web directement dans Taleez.”。

擴展截圖

screenshot
screenshot
screenshot

下載Taleez Sourcing擴展crx文件

下載Taleez Sourcing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Taleez Sourcing Taleez Sourcing
ID mgnkdppbhhknjlnielapfjamkmpoleoe
官方網址 https://chromewebstore.google.com/detail/taleez-sourcing/mgnkdppbhhknjlnielapfjamkmpoleoe
簡介 Importez les profils intéressants trouvés sur le web directement dans Taleez.
檔案大小 782 KB
安裝次數 657
目前版本 3.3.14
更新時間 2024-01-31
上架時間 2020-06-16
評分 5.00/5 共 13 次評分
開發者 https://taleez.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://taleez.com
說明頁面URL https://help.taleez.com
隱私政策頁面URL https://taleez.com/w/legals/politique-de-confidentialite-et-cookies
支援的語言 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\/*"
        ]
    }
}