Fast-eInvoice Token Signing
Fast-eInvoice Token Signing
Cos'è Fast-eInvoice Token Signing?
Fast-eInvoice Token Signing è un'estensione di Chrome sviluppata da FAST Developer, e la sua funzione principale è "Fast-eInvoice Token Signing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast-eInvoice Token Signing
Scarica i file di estensione Fast-eInvoice Token Signing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bfpceoikbdofmalhfgldnjbdmkclmfdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/fast-einvoice-token-signi/bfpceoikbdofmalhfgldnjbdmkclmfdg |
| Descrizione | Fast-eInvoice Token Signing |
| Dimensione del File | 31.49 KB |
| Conteggio Installazioni | 8,169 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2021-07-29 |
| Data di Pubblicazione | 2019-04-05 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | FAST Developer |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://fast.com.vn |
| URL della Pagina di Aiuto | http://fast.com.vn |
| URL della Pagina della Politica sulla Privacy | https://portal.fast.com.vn/PrivacyPolicy.html |
| Lingue Supportate | 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"
} | |