Auzmor Hire

Import data to Auzmor Hire

Cos'è Auzmor Hire?

Auzmor Hire è un'estensione di Chrome sviluppata da Auzmor, e la sua funzione principale è "Import data to Auzmor Hire".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auzmor Hire

Scarica i file di estensione Auzmor Hire in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Auzmor hire for Chrome provides a quick, simple way to source candidates from LinkedIn to your positions on Auzmor Hire.
 
It's simple. Just browse to a user profile on a supported service, click the Auzmor Hire icon in the top right and you'll have the opportunity to import (source) their profile information to Auzmor Hire                    

Informazioni di Base sull'Estensione

Nome Auzmor Hire Auzmor Hire
ID iajelgmcdcajdfoidhgligdilfnemnho
URL Ufficiale https://chromewebstore.google.com/detail/auzmor-hire/iajelgmcdcajdfoidhgligdilfnemnho
Descrizione Import data to Auzmor Hire
Dimensione del File 1.38 MB
Conteggio Installazioni 46
Versione Corrente 1.6
Ultimo Aggiornamento 2021-04-27
Data di Pubblicazione 2020-06-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Auzmor
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://auzmor.com/hire/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Auzmor Hire",
    "name": "Auzmor Hire",
    "description": "Import data to Auzmor Hire",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js",
            "app\/moment.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/app.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/hire-dev.api.auzmor.com\/*",
            "*:\/\/hire-staging.api.auzmor.com\/*",
            "*:\/\/hire.api.auzmor.com\/*",
            "https:\/\/identity-dev.api.auzmor.com\/login",
            "https:\/\/identity-staging.api.auzmor.com\/login",
            "https:\/\/id.auzmor.com\/"
        ]
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "static\/media\/SF-Pro-Display-Bold.405ce2e7.woff",
        "static\/media\/SF-Pro-Display-Regular.otf",
        "static\/media\/SF-Pro-Display-Medium.otf",
        "static\/media\/SF-Pro-Display-Semibold.otf",
        "static\/media\/hire-loader.gif",
        "static\/media\/sign_up.png",
        "static\/media\/no_cand.png",
        "static\/media\/cand_added.png",
        "static\/media\/hire_icon.png"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/hire.api.auzmor.com\/*"
    ]
}