Mega computer engineering

Extension companion for various enterprise web apps / Pomoćna aplikacija za poslovna softverska rešenja

Mega computer engineering là gì?

Mega computer engineering là một tiện ích mở rộng Chrome được phát triển bởi mega.ce.bg, và tính năng chính của nó là "Extension companion for various enterprise web apps / Pomoćna aplikacija za poslovna softverska rešenja".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mega computer engineering

Tải xuống các tệp mở rộng Mega computer engineering dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mega computer engineering Mega computer engineering
ID ccgcoeploekcicjildhlcjjnhaeiagfc
URL Chính Thức https://chromewebstore.google.com/detail/mega-computer-engineering/ccgcoeploekcicjildhlcjjnhaeiagfc
Mô tả Extension companion for various enterprise web apps / Pomoćna aplikacija za poslovna softverska rešenja
Kích Thước Tệp 59.01 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2023-03-31
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mega.ce.bg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}