Recruiterflow

Recruiterflow Chrome Extension

Qu'est-ce que Recruiterflow ?

Recruiterflow est une extension Chrome développée par https://recruiterflow.com, et sa fonction principale est "Recruiterflow Chrome Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Recruiterflow

Téléchargez les fichiers d'extension Recruiterflow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Recruiterflow Recruiterflow
ID gdlphfgigkboncdlkjcamelidhkcgpie
URL Officiel https://chromewebstore.google.com/detail/recruiterflow/gdlphfgigkboncdlkjcamelidhkcgpie
Description Recruiterflow Chrome Extension
Taille du Fichier 2.49 MB
Nombre d'Installations 4,370
Version Actuelle 6.0.54
Dernière Mise à Jour 2024-03-05
Date de Publication 2020-07-03
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://recruiterflow.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://recruiterflow.com/
URL de la Page d'Aide http://help.recruiterflow.com/
URL de la Page de Politique de Confidentialité https://recruiterflow.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}