Mega computer engineering
Extension companion for various enterprise web apps / Pomoćna aplikacija za poslovna softverska rešenja
什么是Mega computer engineering?
Mega computer engineering是由mega.ce.bg开发的Chrome扩展程序,该扩展的主要功能是“Extension companion for various enterprise web apps / Pomoćna aplikacija za poslovna softverska rešenja”。
扩展截图
下载Mega computer engineering扩展crx文件
下载Mega computer engineering扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The electronic application for subsidies per bee hive works as follows: • Applies to the web portal application via an external IP address, • The user logs in as a guest on the application, or using their username and password, • Completes a pre-defined grant application web form, • Clicking on the request button creates a pdf request document and an xml document to be signed, • The user is shown a modal window where he signs an application for a subsidy using an electronic certificate, • After successful signing, the grant application is displayed in the office, and is still recorded under the number received by the e-government.
扩展基本信息
名称 | Mega computer engineering |
ID | ccgcoeploekcicjildhlcjjnhaeiagfc |
官方URL | https://chromewebstore.google.com/detail/mega-computer-engineering/ccgcoeploekcicjildhlcjjnhaeiagfc |
简介 | Extension companion for various enterprise web apps / Pomoćna aplikacija za poslovna softverska rešenja |
文件大小 | 59.01 KB |
安装次数 | 383 |
当前版本 | 1.0.1 |
更新时间 | 2023-03-31 |
上架时间 | 2023-03-31 |
评分 | 4.50/5 共2次评分 |
开发者 | mega.ce.bg |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Mega computer engineering", "short_name": "MDS", "description": "Extension companion for various enterprise web apps \/ Pomo\u0107na aplikacija za poslovna softverska re\u0161enja", "version": "1.0.1", "background": { "persistent": false, "scripts": [ "script\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "html\/popup.html", "default_title": "Hermes digitalno potpisivanje" }, "content_scripts": [ { "all_frames": true, "js": [ "script\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "permissions": [ "nativeMessaging" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |