Exelare Open Sourcing

This is Exelare's Chrome extension for sourcing candidates from Google.

Exelare Open Sourcingคืออะไร?

Exelare Open Sourcing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Exelare และคุณลักษณะหลักของมันคือ "This is Exelare's Chrome extension for sourcing candidates from Google."

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

screenshot

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

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

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

                        This is an Exelare extension for importing PDF, DOC and DOCX files found in Google into Exelare database. It displays a custom link under each PDF, DOC or DOCX link and once the user clicks it, it will automatically import this resume into Exelare. User can view the imported resume in Exelare directly from Google's Search page too.                    

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

ชื่อ Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
คำอธิบาย This is Exelare's Chrome extension for sourcing candidates from Google.
ขนาดไฟล์ 37.08 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-05-12
วันที่เผยแพร่ 2021-05-12
ผู้พัฒนา Exelare
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://exelare.com/company/customer-information-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare Open Sourcing",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is Exelare's Chrome extension for sourcing candidates from Google.",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/exelare-angular-test.azurewebsites.net\/*",
            "*:\/\/exelareweb.com\/*"
        ]
    }
}