Freshteam Sourcing Extension

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

Freshteam Sourcing Extension là gì?

Freshteam Sourcing Extension là một tiện ích mở rộng Chrome được phát triển bởi Freshteam by Freshworks, và tính năng chính của nó là "Easy plug and play extension from Freshteam to source your candidates.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        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/                    

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

Tên Freshteam Sourcing Extension Freshteam Sourcing Extension
ID efceagngbclbofcpknkbbicbmfdbpefa
URL Chính Thức https://chromewebstore.google.com/detail/freshteam-sourcing-extens/efceagngbclbofcpknkbbicbmfdbpefa
Mô tả Easy plug and play extension from Freshteam to source your candidates.
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 462
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2022-09-05
Ngày Phát Hành 2021-06-17
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Freshteam by Freshworks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.freshworks.com/hrms/
URL Trang Trợ Giúp https://support.freshteam.com/support/home
URL Trang Chính Sách Bảo Mật https://www.freshworks.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}