Recruiterflow

Recruiterflow Chrome Extension

Recruiterflow क्या है?

Recruiterflow https://recruiterflow.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recruiterflow Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Recruiterflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                ""
            ]
        }
    ]
}