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'est-ce que OptimHire Profile Finder ?

OptimHire Profile Finder est une extension Chrome développée par admin, et sa fonction principale est "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OptimHire Profile Finder

Téléchargez les fichiers d'extension OptimHire Profile Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OptimHire Profile Finder OptimHire Profile Finder
ID hicbeppdmennfjhplohcmoamdjidelph
URL Officiel https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph
Description After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
Taille du Fichier 717 KB
Nombre d'Installations 371
Version Actuelle 0.25
Dernière Mise à Jour 2022-11-03
Date de Publication 2022-03-09
Développeur admin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://optimhire.com/
Langues Prises en Charge 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\/*"
    ]
}