Fast-eInvoice Token Signing

Fast-eInvoice Token Signing

What is Fast-eInvoice Token Signing?

Fast-eInvoice Token Signing is a Chrome extension developed by FAST Developer, and its main feature is "Fast-eInvoice Token Signing".

Extension Screenshots

screenshot
screenshot

Download Fast-eInvoice Token Signing Extension CRX File

Download Fast-eInvoice Token Signing 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

                        Chương trình hỗ trợ ký số hoá đơn điện tử FAST

Plugin cài đặt vào trình duyệt Chrome/MS Edge/Opera/Cốc Cốc, cho phép ứng ụng của FAST gọi được chứng thư số trong USB Token cắm vào máy tính người dùng.                    

Extension Basic Information

Name Fast-eInvoice Token Signing Fast-eInvoice Token Signing
ID bfpceoikbdofmalhfgldnjbdmkclmfdg
Official URL https://chromewebstore.google.com/detail/fast-einvoice-token-signi/bfpceoikbdofmalhfgldnjbdmkclmfdg
Description Fast-eInvoice Token Signing
File Size 31.49 KB
Installation Count 8,169
Current Version 1.1.0
Last Updated 2021-07-29
Publish Date 2019-04-05
Rating 5.00/5 Total 6 Ratings
Developer FAST Developer
Email [email protected]
Payment Type free
Extension Website http://fast.com.vn
Help Page URL http://fast.com.vn
Privacy Policy Page URL https://portal.fast.com.vn/PrivacyPolicy.html
Supported Languages vi
manifest.json
{
    "page_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "Fast-eInvoice Token Signing"
    },
    "content_scripts": [
        {
            "js": [
                "javascript\/content.js"
            ],
            "matches": [
                "file:\/\/\/C:*",
                "file:\/\/\/javascript\/*",
                "*:\/\/*.fast.com.vn\/*",
                "*:\/\/*.faonline.vn\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "default_locale": "vi",
    "description": "Fast-eInvoice Token Signing",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "Fast-eInvoice Token Signing",
    "permissions": [
        "nativeMessaging",
        "activeTab"
    ],
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "page.js"
    ],
    "version": "1.1.0"
}