Vizualizare e-Factura - by Colete-Online
Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura.
Vizualizare e-Factura - by Colete-Online란 무엇입니까?
Vizualizare e-Factura - by Colete-Online은(는) https://www.colete-online.ro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura."입니다.
확장 프로그램 스크린샷
Vizualizare e-Factura - by Colete-Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Modulul de vizualizare e-Factura va permite sa vizualizati facutrile XML direct in browserul dumneavoastra. Orice fisier XML deschis care respecta formatul e-Factura este afisat automat sub forma de date usor de citit. De asemenea, exista posibilitatea de imprimare direct din extensie.
확장 프로그램 기본 정보
이름 | Vizualizare e-Factura - by Colete-Online |
ID | egpdoffijdbohblcjnhhoebbgagefcdi |
공식 URL | https://chromewebstore.google.com/detail/vizualizare-e-factura-by/egpdoffijdbohblcjnhhoebbgagefcdi |
설명 | Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura. |
파일 크기 | 463 KB |
설치 횟수 | 215 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2024-01-29 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://www.colete-online.ro |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vizualizare e-Factura - by Colete-Online", "version": "1.0.5", "description": "Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura.", "manifest_version": 3, "action": { "default_title": "Vizualizare e-Factura - by Colete-Online", "default_popup": "popup\/index.html", "default_icon": "logo.png" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.colete-online.ro\/backend\/*" ], "content_scripts": [ { "matches": [ "file:\/\/\/*" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "xml-detector.js" ], "matches": [ "file:\/\/\/*" ] } ] } |