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 https://www.tintoreria.cl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aplicacion de soporte para facturación electrónica en Tintorería Industrial Pedro de Valdivia S.A."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PDV Facturación y contabilidad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | PDV Facturación y contabilidad |
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" ] } |