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
公式URL 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
Eメール [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\/*"
        ]
    }
}