HR Recruitment Assistant

Upload Resume To ATS

Cos'è HR Recruitment Assistant?

HR Recruitment Assistant è un'estensione di Chrome sviluppata da 大易云计算, e la sua funzione principale è "Upload Resume To ATS".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HR Recruitment Assistant

Scarica i file di estensione HR Recruitment Assistant 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

                        1、一键导入简历至云招聘系统。
2、简历快速查重避免重复购买已有简历。
3、快速发布职位至各大招聘网站。                    

Informazioni di Base sull'Estensione

Nome HR Recruitment Assistant HR Recruitment Assistant
ID fimckmjeammfdcpldmcigeojkkmeeian
URL Ufficiale https://chromewebstore.google.com/detail/hr-recruitment-assistant/fimckmjeammfdcpldmcigeojkkmeeian
Descrizione Upload Resume To ATS
Dimensione del File 343 KB
Conteggio Installazioni 1,623
Versione Corrente 2.0.24
Ultimo Aggiornamento 2024-03-02
Data di Pubblicazione 2020-01-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 大易云计算
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dayee.com/
URL della Pagina della Politica sulla Privacy https://www.wintalent.cn/wt/jsonp/proact/service
Lingue Supportate en,zh-CN,zh-TW
manifest.json
{
    "version": "2.0.24",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "default_locale": "zh_CN",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "64": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "minimum_chrome_version": "93.0.4577.82",
    "background": {
        "service_worker": "pages\/background.bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pages\/content-script-end.bundle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "match_about_blank": false,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "assets\/images\/logo.png",
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html"
    },
    "permissions": [
        "management",
        "tabs",
        "webRequest",
        "declarativeNetRequest",
        "notifications",
        "storage",
        "unlimitedStorage",
        "scripting",
        "alarms",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/dy.png",
                "assets\/images\/*",
                "pages\/custom-script.bundle.js",
                "pages\/*.js.map"
            ],
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}