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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |