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

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

Qu'est-ce que Biên Lai Điện Tử - VNPT ?

Biên Lai Điện Tử - VNPT est une extension Chrome développée par SpacerZ, et sa fonction principale est "Tiện ích hỗ trợ phát hành Biên lai điện tử VNPT.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Biên Lai Điện Tử - VNPT

Téléchargez les fichiers d'extension Biên Lai Điện Tử - VNPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Biên Lai Điện Tử - VNPT Biên Lai Điện Tử - VNPT
ID gecofbbdlfhclfiagfafmmgnnoehenpf
URL Officiel 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.
Taille du Fichier 198 KB
Nombre d'Installations 183
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-12-25
Date de Publication 2022-12-25
Développeur SpacerZ
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}