RecruitEx

Chrome extension for recruiters

什麼是RecruitEx?

RecruitEx是由Artem Bosniak開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for recruiters”。

擴展截圖

screenshot
screenshot

下載RecruitEx擴展crx文件

下載RecruitEx擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RecruitEx RecruitEx
ID bpepnldejpbbhooofgclkhghkgkjflpi
官方網址 https://chromewebstore.google.com/detail/recruitex/bpepnldejpbbhooofgclkhghkgkjflpi
簡介 Chrome extension for recruiters
檔案大小 1.8 MB
安裝次數 50
目前版本 0.3.2
更新時間 2022-07-27
上架時間 2022-02-16
評分 5.00/5 共 3 次評分
開發者 Artem Bosniak
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}