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

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

O que é Biên Lai Điện Tử - VNPT?

Biên Lai Điện Tử - VNPT é uma extensão do Chrome desenvolvida por SpacerZ, e sua principal característica é "Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Biên Lai Điện Tử - VNPT

Baixe arquivos de extensão Biên Lai Điện Tử - VNPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome Biên Lai Điện Tử - VNPT Biên Lai Điện Tử - VNPT
ID gecofbbdlfhclfiagfafmmgnnoehenpf
URL Oficial https://chromewebstore.google.com/detail/bi%C3%AAn-lai-%C4%91i%E1%BB%87n-t%E1%BB%AD-vnpt/gecofbbdlfhclfiagfafmmgnnoehenpf
Descrição Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.
Tamanho do Arquivo 198 KB
Contagem de Instalações 183
Versão Atual 1.0.2
Última Atualização 2022-12-25
Data de Publicação 2022-12-25
Desenvolvedor SpacerZ
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}