E-Staff plugin for Google Chrome

Allows loading CVs from web page to E-Staff with single click.

What is E-Staff plugin for Google Chrome?

E-Staff plugin for Google Chrome is a Chrome extension developed by https://www.datex-soft.com, and its main feature is "Allows loading CVs from web page to E-Staff with single click.".

Download E-Staff plugin for Google Chrome Extension CRX File

Download E-Staff plugin for Google Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Модуль позволяет загружать найденные в Интернет резюме в систему E-Staff (версии до 4.8) одним кликом. Модуль работает в связке с системой E-Staff, либо установленной локально на Вашем компьютере, либо в Web-версии.                    

Extension Basic Information

Name E-Staff plugin for Google Chrome E-Staff plugin for Google Chrome
ID icebdekglepmmohgnelpphfbonigmfgp
Official URL https://chromewebstore.google.com/detail/e-staff-plugin-for-google/icebdekglepmmohgnelpphfbonigmfgp
Description Allows loading CVs from web page to E-Staff with single click.
File Size 13.37 KB
Installation Count 2,011
Current Version 4.8.0.5
Last Updated 2023-08-10
Publish Date 2018-07-09
Rating 3.50/5 Total 10 Ratings
Developer https://www.datex-soft.com
Email [email protected]
Payment Type free
Supported Languages en,et,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "default_locale": "ru",
    "version": "4.8.0.5",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "estaff.png",
        "32": "estaff_32x32.png",
        "48": "estaff_48x48.png",
        "128": "estaff.png"
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "utils.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "estaff.png",
        "default_title": "__MSG_default_action_title__"
    },
    "options_page": "settings.htm"
}