Talendary

Supercharge your LinkedIn Recruiter experience using AI.

Talendaryคืออะไร?

Talendary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://talendary.com และคุณลักษณะหลักของมันคือ "Supercharge your LinkedIn Recruiter experience using AI."

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

screenshot

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

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

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

                        Chrome Extension for the Talendary web application. It is a quicker way for recruiters and hiring managers to match CVs with job descriptions when browsing online. The tool can also be used to generate outreach messages.                    

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

ชื่อ Talendary Talendary
ID bmcooeoofkmnbmlbnkhlfiepoekipkcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talendary/bmcooeoofkmnbmlbnkhlfiepoekipkcj
คำอธิบาย Supercharge your LinkedIn Recruiter experience using AI.
ขนาดไฟล์ 460 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 2.2.8
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-10-05
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://talendary.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://privacy.talendary.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talendary",
    "description": "Supercharge your LinkedIn Recruiter experience using AI.",
    "version": "2.2.8",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "identity",
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "oauth2": {
        "client_id": "309564921689-gspvub53bhdivbfvqtqkqio16416d272.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "content_scripts\/content_header.js",
                "content_scripts\/notification.js",
                "content_scripts\/moduleStates.js",
                "content_scripts\/content_profile.js",
                "content_scripts\/content_texthighlight.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/talent\/*"
            ],
            "js": [
                "content_scripts\/content_recruiter_header.js",
                "content_scripts\/notification.js",
                "content_scripts\/r_moduleStates.js",
                "content_scripts\/content_recruiter.js",
                "content_scripts\/content_texthighlight.js",
                "content_scripts\/inject_style.js",
                "content_scripts\/content_console.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_scripts\/*",
                "style.css",
                "icons\/*"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}