Freshteam Sourcing Extension

Easy plug and play extension from Freshteam to source your candidates.

什麼是Freshteam Sourcing Extension?

Freshteam Sourcing Extension是由Freshteam by Freshworks開發的Chrome擴展程式,該擴展的主要功能是“Easy plug and play extension from Freshteam to source your candidates.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Freshteam Sourcing Extension擴展crx文件

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

擴展使用說明

                        Pursuing candidates on external sites made easy!

With the all new Freshteam Sourcing Extension you can:

→ Experience frictionless candidate sourcing
→ Avoid pursuing duplicate candidates
→ Spend more time in building hiring pipeline 

You need a Freshteam account to use this extension. Signup for free here: https://www.freshworks.com/hrms/signup/                    

擴展基本資訊

名稱 Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
官方網址 https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
簡介 Easy plug and play extension from Freshteam to source your candidates.
檔案大小 1.66 MB
安裝次數 462
目前版本 2.2.0
更新時間 2022-09-05
上架時間 2021-06-17
評分 3.67/5 共 3 次評分
開發者 Freshteam by Freshworks
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.freshworks.com/hrms/
說明頁面URL https://support.freshteam.com/support/home
隱私政策頁面URL https://www.freshworks.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshteam Sourcing Extension",
    "description": "Easy plug and play extension from Freshteam to source your candidates.",
    "version": "2.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "assets\/images\/ft-logo-s.png",
        "48": "assets\/images\/ft-logo-m.png",
        "128": "assets\/images\/ft-logo-l.png"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Freshteam Sourcing Extension"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/ft-chrome-extension.css",
                "assets\/vendor.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}