Fast-eInvoice Token Signing
Fast-eInvoice Token Signing
Qu'est-ce que Fast-eInvoice Token Signing ?
Fast-eInvoice Token Signing est une extension Chrome développée par FAST Developer, et sa fonction principale est "Fast-eInvoice Token Signing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast-eInvoice Token Signing
Téléchargez les fichiers d'extension Fast-eInvoice Token Signing 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
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. Informations de Base sur l'Extension
| Nom | |
| ID | bfpceoikbdofmalhfgldnjbdmkclmfdg |
| URL Officiel | https://chromewebstore.google.com/detail/fast-einvoice-token-signi/bfpceoikbdofmalhfgldnjbdmkclmfdg |
| Description | Fast-eInvoice Token Signing |
| Taille du Fichier | 31.49 KB |
| Nombre d'Installations | 8,169 |
| Version Actuelle | 1.1.0 |
| Dernière Mise à Jour | 2021-07-29 |
| Date de Publication | 2019-04-05 |
| Évaluation | 5.00/5 Total 6 Évaluations |
| Développeur | FAST Developer |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | http://fast.com.vn |
| URL de la Page d'Aide | http://fast.com.vn |
| URL de la Page de Politique de Confidentialité | https://portal.fast.com.vn/PrivacyPolicy.html |
| Langues Prises en Charge | 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"
} | |