E-Staff plugin for Google Chrome

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

Wat is E-Staff plugin for Google Chrome?

E-Staff plugin for Google Chrome is een Chrome-extensie ontwikkeld door https://www.datex-soft.com, en de belangrijkste functie is "Allows loading CVs from web page to E-Staff with single click.".

Download het CRX-bestand van de extensie E-Staff plugin for Google Chrome

Download E-Staff plugin for Google Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam E-Staff plugin for Google Chrome E-Staff plugin for Google Chrome
ID icebdekglepmmohgnelpphfbonigmfgp
Officiële URL https://chromewebstore.google.com/detail/e-staff-plugin-for-google/icebdekglepmmohgnelpphfbonigmfgp
Beschrijving Allows loading CVs from web page to E-Staff with single click.
Bestandsgrootte 13.37 KB
Aantal Installaties 2,011
Huidige Versie 4.8.0.5
Laatst Bijgewerkt 2023-08-10
Publicatiedatum 2018-07-09
Beoordeling 3.50/5 Totaal 10 Beoordelingen
Ontwikkelaar https://www.datex-soft.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}