Comeet Sourcing for Chrome

Source candidates from LinkedIn with just the click of a button!

Comeet Sourcing for Chromeคืออะไร?

Comeet Sourcing for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.comeet.co และคุณลักษณะหลักของมันคือ "Source candidates from LinkedIn with just the click of a button!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comeet Sourcing for Chrome

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

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

                        "The iPhone of recruiting" - Sodastream

“HR software that’s life changing” - Fiverr

Developed for a post-ATS world where team-centric recruiting can thrive, Comeet combines the useful parts of an ATS with workflow, collaboration, communication, interview and analytics functionality. Every sourcing-to-hire stage becomes more efficient, productive and enjoyable.

With the Comeet Sourcing for Chrome: 
→ You can add candidates from LinkedIn with one click.
→ Candidate profiles are automatically created.
→ When a candidate is already in Comeet you can see their current stage in the process right within LinkedIn or open their profile on Comeet.

Note: You need a Comeet account to use the Comeet Sourcing extension for Chrome. Request access here: https://www.comeet.co/                    

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

ชื่อ Comeet Sourcing for Chrome Comeet Sourcing for Chrome
ID ihlbailjldnbpajldeoeefcclocfolpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comeet-sourcing-for-chrom/ihlbailjldnbpajldeoeefcclocfolpd
คำอธิบาย Source candidates from LinkedIn with just the click of a button!
ขนาดไฟล์ 75.75 KB
จำนวนการติดตั้ง 2,094
เวอร์ชันปัจจุบัน 0.1.7.4
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2020-05-14
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.comeet.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.comeet.com
URL หน้าช่วยเหลือ https://help.comeet.com/en/articles/3112493-comeet-sourcing-for-chrome
URL หน้านโยบายความเป็นส่วนตัว https://help.comeet.com/en/articles/5968370-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comeet Sourcing for Chrome",
    "description": "Source candidates from LinkedIn with just the click of a button!",
    "version": "0.1.7.4",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Comeet",
        "default_icon": {
            "16": "common\/img\/co-16-blue.png",
            "48": "common\/img\/co-48-blue.png",
            "128": "common\/img\/co-128-blue.png"
        }
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "content_scripts\/styles.css"
            ],
            "js": [
                "common\/lib\/jquery-3.1.1.min.js",
                "common\/lib\/iframeResizer.min.js",
                "common\/js\/extensionConfig.js",
                "content_scripts\/config.js",
                "content_scripts\/linkedinUtils.js",
                "content_scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common\/img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "common\/js\/*",
                "common\/lib\/*"
            ],
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.comeet.co\/*",
                "https:\/\/*.comeet.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.comeet.co\/*",
        "http:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.comeet.co\/*"
        ]
    }
}