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은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

OptimHire Profile Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}