Biên Lai Điện Tử - VNPT

Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.

Wat is Biên Lai Điện Tử - VNPT?

Biên Lai Điện Tử - VNPT is een Chrome-extensie ontwikkeld door SpacerZ, en de belangrijkste functie is "Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Biên Lai Điện Tử - VNPT

Download Biên Lai Điện Tử - VNPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tiện ích mở rộng này được phát triển dành cho các khách hàng đã đăng ký sử dụng dịch vụ Biên lai điện tử của VNPT Vĩnh Long. Nó giúp người dùng xuất bản Biên lai điện tử ngay trên popup của tiện ích.

Chức năng chính:
- Hỗ trợ xuất biên lai điện tử có mệnh giá.
- Hỗ trợ xuất biên lai điện tử không mệnh giá.
- Hỗ trợ đọc dữ liệu từ web một cửa để xuất biên lai.
- Cấu hình các mệnh giá thường dùng.

Quyền riêng tư:
- Storage: dùng để lưu trữ các mệnh giá thường dùng và các thông tin API kết nối với hệ thống VNPT Invoice như url, username, password... Thông tin API được cung cấp cho người dùng khi đăng ký sử dụng hệ thống VNPT Invoice.
- Truy cập html của trang web hiện tại. Tiện ích sử dụng tính năng này để giúp người dùng giảm thời gian nhập thông tin để phát hành biên lai điện tử. Tiện ích chỉ có thể đọc dữ liệu từ web "motcua.vinhlong.gov.vn".

================================

This extension is developed for customers who have registered to use VNPT Vinh Long's Electronic Receipt service. It helps users to publish Electronic Receipts on the extension popup.

Main function:
- Support to publishing Electronic Receipt with face value.
- Support to publishing Electronic Receipt without face value.
- Support to get data from one-stop web to publishing receipts.
- Configure commonly used denominations.

Privacy and rights:
- Storage: used to store commonly used face values and API information connected to the VNPT Invoice system such as url, username, password... API information is provided to users when registering to use the VNPT Invoice system.
- Access the html of the current web page. This extension uses this feature to help users reduce the time it takes to enter the information needed to issue electronic receipts. The utility only reads data from the web "motcua.vinhlong.gov.vn".                    

Basisinformatie over de Extensie

Naam Biên Lai Điện Tử - VNPT Biên Lai Điện Tử - VNPT
ID gecofbbdlfhclfiagfafmmgnnoehenpf
Officiële URL https://chromewebstore.google.com/detail/bi%C3%AAn-lai-%C4%91i%E1%BB%87n-t%E1%BB%AD-vnpt/gecofbbdlfhclfiagfafmmgnnoehenpf
Beschrijving Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.
Bestandsgrootte 198 KB
Aantal Installaties 183
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-12-25
Publicatiedatum 2022-12-25
Ontwikkelaar SpacerZ
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bi\u00ean Lai \u0110i\u1ec7n T\u1eed - VNPT",
    "version": "1.0.2",
    "description": "Ti\u1ec7n \u00edch h\u1ed7 tr\u1ee3 ph\u00e1t h\u00e0nh Bi\u00ean lai \u0111i\u1ec7n t\u1eed VNPT.",
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "resources\/js\/jquery-3.6.1.min.js",
                "js\/content_scripts.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "resources\/images\/vnpt_16.png",
            "24": "resources\/images\/vnpt_24.png",
            "32": "resources\/images\/vnpt_32.png"
        },
        "default_title": "VNPT BL\u0110T",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "resources\/images\/vnpt_16.png",
        "32": "resources\/images\/vnpt_32.png",
        "48": "resources\/images\/vnpt_48.png",
        "128": "resources\/images\/vnpt_128.png"
    }
}