RecruitEx

Chrome extension for recruiters

Apa itu RecruitEx?

RecruitEx adalah ekstensi Chrome yang dikembangkan oleh Artem Bosniak, dan fitur utamanya adalah "Chrome extension for recruiters".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi RecruitEx

Unduh file ekstensi RecruitEx dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RecruitEx RecruitEx
ID bpepnldejpbbhooofgclkhghkgkjflpi
URL Resmi https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi
Deskripsi Chrome extension for recruiters
Ukuran File 1.8 MB
Jumlah Instalasi 50
Versi Saat Ini 0.3.2
Terakhir Diperbarui 2022-07-27
Tanggal Publikasi 2022-02-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Artem Bosniak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}