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

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

什麼是Biên Lai Điện Tử - VNPT?

Biên Lai Điện Tử - VNPT是由SpacerZ開發的Chrome擴展程式,該擴展的主要功能是“Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.”。

擴展截圖

screenshot
screenshot
screenshot

下載Biên Lai Điện Tử - VNPT擴展crx文件

下載Biên Lai Điện Tử - VNPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Biên Lai Điện Tử - VNPT Biên Lai Điện Tử - VNPT
ID gecofbbdlfhclfiagfafmmgnnoehenpf
官方網址 https://chromewebstore.google.com/detail/bi%C3%AAn-lai-%C4%91i%E1%BB%87n-t%E1%BB%AD-vnpt/gecofbbdlfhclfiagfafmmgnnoehenpf
簡介 Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.
檔案大小 198 KB
安裝次數 183
目前版本 1.0.2
更新時間 2022-12-25
上架時間 2022-12-25
開發者 SpacerZ
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}