PDV Facturación y contabilidad
Aplicacion de soporte para facturación electrónica en Tintorería Industrial Pedro de Valdivia S.A.
PDV Facturación y contabilidadคืออะไร?
PDV Facturación y contabilidad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tintoreria.cl และคุณลักษณะหลักของมันคือ "Aplicacion de soporte para facturación electrónica en Tintorería Industrial Pedro de Valdivia S.A."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDV Facturación y contabilidad
ดาวน์โหลดไฟล์ส่วนขยาย PDV Facturación y contabilidad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Captura y factura desde sistema interno a SII de forma simple y segura. Genera DTE's a partir de ordenes de trabajo y guias internas. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hcedpchejdfdmeohclojmobgafceeblb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdv-facturaci%C3%B3n-y-contabi/hcedpchejdfdmeohclojmobgafceeblb |
| คำอธิบาย | Aplicacion de soporte para facturación electrónica en Tintorería Industrial Pedro de Valdivia S.A. |
| ขนาดไฟล์ | 211 KB |
| จำนวนการติดตั้ง | 29 |
| เวอร์ชันปัจจุบัน | 0.1.4.3 |
| อัปเดตครั้งล่าสุด | 2021-03-27 |
| วันที่เผยแพร่ | 2020-04-22 |
| ผู้พัฒนา | https://www.tintoreria.cl |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PDV Facturaci\u00f3n y contabilidad",
"description": "Aplicacion de soporte para facturaci\u00f3n electr\u00f3nica en Tintorer\u00eda Industrial Pedro de Valdivia S.A.",
"version": "0.1.4.3",
"icons": {
"128": "img\/Isotipo_TPDV-01.png",
"48": "img\/Isotipo_TPDV-01.png",
"16": "img\/Isotipo_TPDV-01.png"
},
"page_action": {
"default_icon": {
"38": "img\/Isotipo_TPDV-01.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www1.sii.cl\/cgi-bin\/Portal001\/mipeGenFacEx.cgi*"
],
"js": [
"js\/jquery-1.11.3.min.js",
"js\/jquery-ui.min.js",
"contentscript.js"
],
"css": [
"css\/jquery-ui.css"
]
},
{
"matches": [
"https:\/\/www1.sii.cl\/cgi-bin\/Portal001\/mipeSendXML.cgi*"
],
"js": [
"js\/jquery-1.11.3.min.js",
"js\/jquery-ui.min.js",
"contentscript.js"
],
"css": [
"css\/jquery-ui.css"
]
},
{
"matches": [
"https:\/\/us.tintoreria.cl\/angularjs\/contabilidad\/cuentas-clientes\/*"
],
"js": [
"js\/jquery-1.11.3.min.js",
"js\/jquery-ui.min.js",
"contentscript.js"
],
"css": [
"css\/jquery-ui.css"
]
}
],
"permissions": [
"storage",
"activeTab",
"https:\/\/us.tintoreria.cl\/*",
"https:\/\/www.websal.com\/*",
"https:\/\/www1.sii.cl\/cgi-bin\/Portal001\/*",
"webRequest",
"webRequestBlocking"
]
} | |