Recruiterflow

Recruiterflow Chrome Extension

Recruiterflowとは何ですか?

Recruiterflowはhttps://recruiterflow.comによって開発されたChromeの拡張機能で、その主な機能は「Recruiterflow Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Recruiterflow拡張機能のCRXファイルをダウンロード

Recruiterflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Recruiterflow Recruiterflow
ID gdlphfgigkboncdlkjcamelidhkcgpie
公式URL https://chromewebstore.google.com/detail/recruiterflow/gdlphfgigkboncdlkjcamelidhkcgpie
説明 Recruiterflow Chrome Extension
ファイルサイズ 2.49 MB
インストール数 4,370
現在のバージョン 6.0.54
最終更新日 2024-03-05
公開日 2020-07-03
評価 5.00/5 合計 10 レビュー
開発者 https://recruiterflow.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://recruiterflow.com/
ヘルプページのURL http://help.recruiterflow.com/
プライバシーポリシーページのURL https://recruiterflow.com/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}