Chatterworks

Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.

ما هو Chatterworks؟

Chatterworks هو إضافة Chrome تم تطويرها بواسطة Chatterworks، والميزة الرئيسية لها هي "Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Chatterworks

قم بتنزيل ملفات الامتداد Chatterworks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ChatterWorks is a sourcing tool that gives you verified emails and phone numbers for candidates you want to talk to. 

So, instead of InMail, you can use personal contact information to reach out directly.

We prioritize personal contact information over company email. You can search our database directly with our web app or use our Chrome Extension to view candidate data on LinkedIn, Twitter, Facebook, GitHub, etc.

ChatterWorks candidate profiles contain personal email addresses, mobile phone numbers, social links, skills, and experience. You can manage the candidates you find and your talent pipeline using our drag-and-drop talent boards.

ChatterWorks will even help you find candidates. You send us a job description, and our team builds the search for you, so all you have to do is review candidates. It's like having your own sourcer for a fraction of the cost. You can engage the search support team by sending a job description to [email protected].

For more info:
Email: [email protected]
Website: https://chatterworks.com                    

معلومات أساسية عن التمديد

الاسم Chatterworks Chatterworks
ID nbliocdcjjlidgpcndenjiljnlbapbkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatterworks/nbliocdcjjlidgpcndenjiljnlbapbkc
الوصف Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.
حجم الملف 777 KB
عدد التثبيتات 469
النسخة الحالية 1.1.13
آخر تحديث 2024-01-22
تاريخ النشر 2024-01-05
تقييم 5.00/5 مجموع تقييمات 1
المطور Chatterworks
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.chatterworks.com
عنوان صفحة سياسة الخصوصية https://app.termly.io/document/privacy-policy/acf5ebfa-0041-41fa-97ae-68258db0b275
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chatterworks",
    "description": "Chatterworks is a sourcing tool with verified emails and phone numbers. Reach out to candidates directly with personal contact info.",
    "version": "1.1.13",
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dribbble.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.angel.co\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/chatterworks\/icon-16.png",
        "48": "assets\/icons\/chatterworks\/icon-48.png",
        "96": "assets\/icons\/chatterworks\/icon-96.png",
        "128": "assets\/icons\/chatterworks\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "downloads",
        "https:\/\/app.chatterworks.com\/api\/*",
        "https:\/\/chatterworks.com\/*",
        "http:\/\/localhost:8080\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "content.css"
    ]
}