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開發的Chrome擴展程式,該擴展的主要功能是“Aplicacion de soporte para facturación electrónica en Tintorería Industrial Pedro de Valdivia S.A.”。
擴展截圖
下載PDV Facturación y contabilidad擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |