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…

Vad är OptimHire Profile Finder?

OptimHire Profile Finder är en Chrome-tillägg utvecklad av admin, och dess huvudfunktion är "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner OptimHire Profile Finder-förlängningens CRX-fil

Ladda ner OptimHire Profile Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn OptimHire Profile Finder OptimHire Profile Finder
ID hicbeppdmennfjhplohcmoamdjidelph
Officiell webbadress https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph
Beskrivning After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
Filstorlek 717 KB
Antal Installationer 371
Aktuell Version 0.25
Senast Uppdaterad 2022-11-03
Publiceringsdatum 2022-03-09
Utvecklare admin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://optimhire.com/
Stödda Språk 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\/*"
    ]
}