SeekOut Sourcing Assistant

The free way to source, organize, enrich and export candidate profiles!

SeekOut Sourcing Assistantคืออะไร?

SeekOut Sourcing Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seekout.com และคุณลักษณะหลักของมันคือ "The free way to source, organize, enrich and export candidate profiles!"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SeekOut Sourcing Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The SeekOut Chrome Extension is an optimized way for SeekOut users to enhance, enrich, and organize candidates. The Chrome Extension complements your SeekOut subscription by bringing some of the power of SeekOut to the web. 

➤ Enhance candidate searches on Google 
Source more efficient by automatically adding candidate details, including education, background information, and top skills to the Google results page.  

➤ Enrich profile information 
See additional information for candidates instantly. 

➤ Organize candidates in SeekOut projects
Easily add candidates to projects as you browse the web. 

➤ Find contact info in one click 
Get verified email addresses and social profiles instantaneously for candidate engagement as part of a SeekOut subscription. 

➤ Receive AI-powered recommendations 
As you save candidates, SeekOut Chrome Extension automatically finds similar candidates for you to review and add to projects. 

Compare the contact information from SeekOut Chrome Extension with ContactOut, HireEZ, Lusha, Connectifier, Prophet, Entelo, or other email hunters. SeekOut has the best contact info quality. 
 
 
* Note: The SeekOut Chrome Extension  is only available to customers with active SeekOut platform subscriptions. To find out more, please visit www.seekout.com/contact-us.

---------------------------------------------------- 
By installing the extension, you agree to SeekOut's Terms of Service (https://seekout.io/tos) and Privacy Policy (https://seekout.io/privacy).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SeekOut Sourcing Assistant SeekOut Sourcing Assistant
ID fpeamfhkkhdjdikhbalglpemmhcaikmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seekout-sourcing-assistan/fpeamfhkkhdjdikhbalglpemmhcaikmf
คำอธิบาย The free way to source, organize, enrich and export candidate profiles!
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 10,160
เวอร์ชันปัจจุบัน 6.03
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2020-06-18
คะแนน 4.11/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://seekout.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seekout.com/
URL หน้าช่วยเหลือ https://help.seekout.com/help/360053596332-SeekOut-Chrome-Extension-FAQ-and-Troubleshooting
URL หน้านโยบายความเป็นส่วนตัว https://seekout.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SeekOut Sourcing Assistant",
    "description": "The free way to source, organize, enrich and export candidate profiles!",
    "version": "6.03",
    "icons": {
        "48": "images\/favicon-48.png",
        "128": "images\/favicon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/favicon-48.png",
        "default_popup": "popup.html",
        "default_title": "SeekOut Sourcing Assistant"
    },
    "background": {
        "scripts": [
            "js\/jquery.3.6.0.min.js",
            "js\/aes.js",
            "js\/lodash.min.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/app.seekout.io\/*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.3.6.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/lodash.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ]
}