E-Staff plugin for Google Chrome

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

Qu'est-ce que E-Staff plugin for Google Chrome ?

E-Staff plugin for Google Chrome est une extension Chrome développée par https://www.datex-soft.com, et sa fonction principale est "Allows loading CVs from web page to E-Staff with single click.".

Télécharger le fichier CRX de l'extension E-Staff plugin for Google Chrome

Téléchargez les fichiers d'extension E-Staff plugin for Google Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom E-Staff plugin for Google Chrome E-Staff plugin for Google Chrome
ID icebdekglepmmohgnelpphfbonigmfgp
URL Officiel https://chromewebstore.google.com/detail/e-staff-plugin-for-google/icebdekglepmmohgnelpphfbonigmfgp
Description Allows loading CVs from web page to E-Staff with single click.
Taille du Fichier 13.37 KB
Nombre d'Installations 2,011
Version Actuelle 4.8.0.5
Dernière Mise à Jour 2023-08-10
Date de Publication 2018-07-09
Évaluation 3.50/5 Total 10 Évaluations
Développeur https://www.datex-soft.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}