Team.ai LI Extractor

With the Team.ai chrome extension, you can search for prospects and potential candidates, build lists, and make hiring decisions…

Team.ai LI Extractorคืออะไร?

Team.ai LI Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-extensions และคุณลักษณะหลักของมันคือ "With the Team.ai chrome extension, you can search for prospects and potential candidates, build lists, and make hiring decisions…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Team.ai LI Extractor

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

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

                        With the Team.ai chrome extension, you can search for prospects and potential candidates, build lists, and make hiring decisions based on objective data driven hiring. No need to re enter all data you find in the public profile, our tool will automate your processes. Profile data is seamlessly transformed in an editable, organized structured manner. Discover email and other contact data, add to profile and seek ideal job matches while looking for the perfect candidate.
Once the data is added into whatever role or team you are hiring for, you can utilize our easy to use intelligent platform for all new candidate journeys. Create hiring campaigns, make interview guides, schedule meetings etc.
Team.ai is headquartered in San Francisco, CA and we're used by the world's fastest growing companies and funded by top operators and investors.                    

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

ชื่อ Team.ai LI Extractor Team.ai LI Extractor
ID kcpcbfahfmefacelkemejdcffhkmedgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teamai-li-extractor/kcpcbfahfmefacelkemejdcffhkmedgh
คำอธิบาย With the Team.ai chrome extension, you can search for prospects and potential candidates, build lists, and make hiring decisions…
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-12-25
วันที่เผยแพร่ 2021-12-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา chrome-extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Team.ai LI Extractor",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "css": [
                "css\/lre-main.min.css",
                "css\/select2.css"
            ],
            "js": [
                "config.js",
                "jquery-3.5.1.min.js",
                "content.js",
                "js\/select2.min.js",
                "js\/lottie\/lottie.min.js",
                "js\/service\/geo-location-service.js",
                "js\/service\/candidate-service.js",
                "js\/service\/job-service.js",
                "js\/service\/user-service.js",
                "js\/service\/linkedin-parser-service.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "linkedin",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "config.js",
            "background.js",
            "jquery-3.5.1.min.js",
            "js\/service\/candidate-service.js",
            "js\/service\/job-service.js",
            "js\/service\/user-service.js",
            "js\/service\/linkedin-parser-service.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/team-ai-16.png",
        "36": "images\/team-ai-36.png",
        "48": "images\/team-ai-48.png",
        "128": "images\/team-ai-128.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "file:\/\/*",
        "https:\/\/kit.fontawesome.com\/a076d05399.js",
        "http:\/\/*.localhost:8080\/",
        "https:\/\/*.team.ai\/",
        "https:\/\/*.dev1-team.info\/",
        "https:\/\/*.dev-team.info\/",
        "https:\/\/*.test-team.info\/",
        "https:\/\/dev.team.ai\/*",
        "https:\/\/www.linkedin.com\/recruiter\/profile\/*",
        "https:\/\/www.linkedin.com\/in\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "json\/data.json"
    ]
}