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

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

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

Biên Lai Điện Tử - VNPT is a Chrome extension developed by SpacerZ, and its main feature is "Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Biên Lai Điện Tử - VNPT Extension CRX File

Download Biên Lai Điện Tử - VNPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Biên Lai Điện Tử - VNPT Biên Lai Điện Tử - VNPT
ID gecofbbdlfhclfiagfafmmgnnoehenpf
Official URL https://chromewebstore.google.com/detail/bi%C3%AAn-lai-%C4%91i%E1%BB%87n-t%E1%BB%AD-vnpt/gecofbbdlfhclfiagfafmmgnnoehenpf
Description Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.
File Size 198 KB
Installation Count 183
Current Version 1.0.2
Last Updated 2022-12-25
Publish Date 2022-12-25
Developer SpacerZ
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}