RecruitEx

Chrome extension for recruiters

Cos'è RecruitEx?

RecruitEx è un'estensione di Chrome sviluppata da Artem Bosniak, e la sua funzione principale è "Chrome extension for recruiters".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RecruitEx

Scarica i file di estensione RecruitEx 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

                        RecruitEx is a Chrome extension that helps send templated messages over LinkedIn.
You will never type the incorrect name of your possible candidate, as the template would be filled automatically with the name opened in the chat or connects.                    

Informazioni di Base sull'Estensione

Nome RecruitEx RecruitEx
ID bpepnldejpbbhooofgclkhghkgkjflpi
URL Ufficiale https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi
Descrizione Chrome extension for recruiters
Dimensione del File 1.8 MB
Conteggio Installazioni 50
Versione Corrente 0.3.2
Ultimo Aggiornamento 2022-07-27
Data di Pubblicazione 2022-02-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Artem Bosniak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecruitEx",
    "description": "Chrome extension for recruiters",
    "version": "0.3.2",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css",
                "\/uikit.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/templatesView.html",
                "\/shortcutView.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}