Recruiterflow

Recruiterflow Chrome Extension

Recruiterflow là gì?

Recruiterflow là một tiện ích mở rộng Chrome được phát triển bởi https://recruiterflow.com, và tính năng chính của nó là "Recruiterflow Chrome Extension".

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

screenshot

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

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

                        Your perfect companion for social sourcing. Recruiterflow is the easiest and most accurate source of finding anyone's email id from their social profile. Recruiterflow can find anyone's personal email id. We have a powerful database of over 200 million profiles in US and over 600 million profiles all over the globe.  You can use recruiterflow on social networks like Facebook, Twitter, Github, Stackoverflow and Dribbble. 

With Recruiterflow, you can add candidates to your Recruiterflow account and start running drip campaigns to attract the best talent.                    

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

Tên Recruiterflow Recruiterflow
ID gdlphfgigkboncdlkjcamelidhkcgpie
URL Chính Thức https://chromewebstore.google.com/detail/recruiterflow/gdlphfgigkboncdlkjcamelidhkcgpie
Mô tả Recruiterflow Chrome Extension
Kích Thước Tệp 2.49 MB
Số Lần Cài Đặt 4,370
Phiên Bản Hiện Tại 6.0.54
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2020-07-03
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://recruiterflow.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://recruiterflow.com/
URL Trang Trợ Giúp http://help.recruiterflow.com/
URL Trang Chính Sách Bảo Mật https://recruiterflow.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recruiterflow",
    "description": "Recruiterflow Chrome Extension",
    "version": "6.0.54",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "Recruiterflow",
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/recruiterflow.com\/*"
    ],
    "homepage_url": "https:\/\/recruiterflow.com",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "\/tinymceskin\/lightgray\/*",
                "https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900&display=swap",
                "\/pageWorld.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}