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."입니다.

확장 프로그램 스크린샷

screenshot

PDV Facturación y contabilidad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}