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…

Co je OptimHire Profile Finder?

OptimHire Profile Finder je rozšíření Chrome vyvinuté admin, a jeho hlavní funkcí je „After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření OptimHire Profile Finder

Stáhněte si soubory rozšíření OptimHire Profile Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název OptimHire Profile Finder OptimHire Profile Finder
ID hicbeppdmennfjhplohcmoamdjidelph
Oficiální URL https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph
Popis After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
Velikost souboru 717 KB
Počet instalací 371
Aktuální Verze 0.25
Poslední Aktualizace 2022-11-03
Datum Vydání 2022-03-09
Vývojář admin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://optimhire.com/
Podporované Jazyky 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\/*"
    ]
}