E-Staff plugin for Google Chrome v2
Allows loading CVs from web page to E-Staff with single click.
Qu'est-ce que E-Staff plugin for Google Chrome v2 ?
E-Staff plugin for Google Chrome v2 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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension E-Staff plugin for Google Chrome v2
Téléchargez les fichiers d'extension E-Staff plugin for Google Chrome v2 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 одним кликом. Модуль работает в связке с системой E-Staff, либо установленной локально на Вашем компьютере, либо в Web-версии.
Informations de Base sur l'Extension
Nom | E-Staff plugin for Google Chrome v2 |
ID | gdbckgdmdgdhiadmdkbghnhdiciikiil |
URL Officiel | https://chromewebstore.google.com/detail/e-staff-plugin-for-google/gdbckgdmdgdhiadmdkbghnhdiciikiil |
Description | Allows loading CVs from web page to E-Staff with single click. |
Taille du Fichier | 21.77 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 4.9.0.2 |
Dernière Mise à Jour | 2022-09-15 |
Date de Publication | 2019-12-03 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://www.datex-soft.com |
[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.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:*\/*" ] } } |