Ultracarweb Signer
Assinar e transmitir notas fiscais eletrônicas.
Ultracarweb Signerคืออะไร?
Ultracarweb Signer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ultracarweb และคุณลักษณะหลักของมันคือ "Assinar e transmitir notas fiscais eletrônicas."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultracarweb Signer
ดาวน์โหลดไฟล์ส่วนขยาย Ultracarweb Signer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extensão para assinatura e transmissão de notas fiscais eletrônicas através do Ultracarweb.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ultracarweb Signer |
ID | lkfdimhcljajjmnamlgccibalmhcmilm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ultracarweb-signer/lkfdimhcljajjmnamlgccibalmhcmilm |
คำอธิบาย | Assinar e transmitir notas fiscais eletrônicas. |
ขนาดไฟล์ | 17.86 KB |
จำนวนการติดตั้ง | 0 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2017-09-22 |
วันที่เผยแพร่ | 2017-09-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ultracarweb |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultracarweb Signer", "version": "1.6", "manifest_version": 2, "description": "Assinar e transmitir notas fiscais eletr\u00f4nicas.", "page_action": { "default_icon": "icon-128.png" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "icons": { "128": "icon-128.png" }, "externally_connectable": { "matches": [ "https:\/\/www.ultracarweb.com\/*", "https:\/\/ultracarweb.com\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.ultracarweb.com\/*", "https:\/\/ultracarweb.com\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "nativeMessaging", "activeTab", "https:\/\/www.ultracarweb.com\/", "https:\/\/ultracarweb.com\/" ] } |