Fast-eInvoice Token Signing

Fast-eInvoice Token Signing

什么是Fast-eInvoice Token Signing?

Fast-eInvoice Token Signing是由FAST Developer开发的Chrome扩展程序,该扩展的主要功能是“Fast-eInvoice Token Signing”。

扩展截图

screenshot
screenshot

下载Fast-eInvoice Token Signing扩展crx文件

下载Fast-eInvoice Token Signing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fast-eInvoice Token Signing Fast-eInvoice Token Signing
ID bfpceoikbdofmalhfgldnjbdmkclmfdg
官方URL https://chromewebstore.google.com/detail/fast-einvoice-token-signi/bfpceoikbdofmalhfgldnjbdmkclmfdg
简介 Fast-eInvoice Token Signing
文件大小 31.49 KB
安装次数 8,169
当前版本 1.1.0
更新时间 2021-07-29
上架时间 2019-04-05
评分 5.00/5 共6次评分
开发者 FAST Developer
电子邮箱 [email protected]
付费类型 free
扩展官网 http://fast.com.vn
帮助页面URL http://fast.com.vn
隐私政策页面URL https://portal.fast.com.vn/PrivacyPolicy.html
支持的语言 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"
}