E-Staff plugin for Google Chrome v2

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

What is E-Staff plugin for Google Chrome v2?

E-Staff plugin for Google Chrome v2 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.".

Extension Screenshots

screenshot

Download E-Staff plugin for Google Chrome v2 Extension CRX File

Download E-Staff plugin for Google Chrome v2 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 одним кликом. Модуль работает в связке с системой E-Staff, либо установленной локально на Вашем компьютере, либо в Web-версии.                    

Extension Basic Information

Name E-Staff plugin for Google Chrome v2 E-Staff plugin for Google Chrome v2
ID gdbckgdmdgdhiadmdkbghnhdiciikiil
Official URL https://chromewebstore.google.com/detail/e-staff-plugin-for-google/gdbckgdmdgdhiadmdkbghnhdiciikiil
Description Allows loading CVs from web page to E-Staff with single click.
File Size 21.77 KB
Installation Count 20,000
Current Version 4.9.0.2
Last Updated 2022-09-15
Publish Date 2019-12-03
Rating 3.00/5 Total 4 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.9.0.2",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "pict\/estaff_16.png",
        "32": "pict\/estaff_32.png",
        "48": "pict\/estaff_48.png",
        "128": "pict\/estaff_16.png"
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js",
            "background_1.js",
            "background_2.js",
            "background_sites.js",
            "utils.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "pict\/estaff_16.png",
            "32": "pict\/estaff_32.png",
            "48": "pict\/estaff_48.png",
            "128": "pict\/estaff_16.png"
        },
        "default_title": "__MSG_default_action_title__"
    },
    "options_page": "settings.htm",
    "externally_connectable": {
        "matches": [
            "*:\/\/test.e-staff.ru:*\/*"
        ]
    }
}