OptimHire Profile Finder

After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…

OptimHire Profile Finderคืออะไร?

OptimHire Profile Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and also add a button called "View OptimHire Profile" in linkedin profile page. This button highlights weather that job and profile is exist in our database or not.                    

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

ชื่อ OptimHire Profile Finder OptimHire Profile Finder
ID hicbeppdmennfjhplohcmoamdjidelph
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph
คำอธิบาย After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
ขนาดไฟล์ 717 KB
จำนวนการติดตั้ง 371
เวอร์ชันปัจจุบัน 0.25
อัปเดตครั้งล่าสุด 2022-11-03
วันที่เผยแพร่ 2022-03-09
ผู้พัฒนา admin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://optimhire.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OptimHire Profile Finder",
    "version": "0.25",
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "object": "self"
    },
    "icons": {
        "220": "O-letter.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/angel.co\/role\/l\/*",
                "https:\/\/*.indeed.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "http:\/\/dev.optimhire.com:4000\/*"
    ]
}