Recruiterflow

Recruiterflow Chrome Extension

Recruiterflowคืออะไร?

Recruiterflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recruiterflow.com และคุณลักษณะหลักของมันคือ "Recruiterflow Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recruiterflow

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}