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…

¿Qué es OptimHire Profile Finder?

OptimHire Profile Finder es una extensión de Chrome desarrollada por admin, y su función principal es "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OptimHire Profile Finder

Descarga archivos de extensión OptimHire Profile Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre OptimHire Profile Finder OptimHire Profile Finder
ID hicbeppdmennfjhplohcmoamdjidelph
URL Oficial https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph
Descripción After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
Tamaño del Archivo 717 KB
Cantidad de Instalaciones 371
Versión Actual 0.25
Última Actualización 2022-11-03
Fecha de Publicación 2022-03-09
Desarrollador admin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://optimhire.com/
Idiomas Soportados 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\/*"
    ]
}