Factu Asistente Contable
Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…
Factu Asistente Contable là gì?
Factu Asistente Contable là một tiện ích mở rộng Chrome được phát triển bởi Codatien S.A., và tính năng chính của nó là "Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI…".
Tải xuống tệp CRX của tiện ích mở rộng Factu Asistente Contable
Tải xuống các tệp mở rộng Factu Asistente Contable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI (Sistema de Rentas Internas) del Ecuador.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Factu Asistente Contable |
ID | oiofcmmlabjeckplgpaomgpeechiopcn |
URL Chính Thức | https://chromewebstore.google.com/detail/factu-asistente-contable/oiofcmmlabjeckplgpaomgpeechiopcn |
Mô tả | Factu Asistente Contable es una extensión para automatizar el proceso de descargas de documentos electrónicos del portal del SRI… |
Kích Thước Tệp | 17.27 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2018-06-24 |
Ngày Phát Hành | 2018-06-23 |
Nhà Phát Triển | Codatien S.A. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://factu.ec/ |
URL Trang Trợ Giúp | http://factu.net/faq |
Ngôn Ngữ Được Hỗ Trợ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Factu Asistente Contable", "version": "2.6", "icons": { "128": "icon_128.png" }, "permissions": [ "file:\/\/*", "downloads", "activeTab", "declarativeContent", "storage", "tabs", "*:\/\/*.sri.gob.ec\/", "*:\/\/*.factu.ec\/", "*:\/\/localhost\/", "*:\/\/127.0.0.1\/" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/declaraciones.sri.gob.ec\/*" ], "css": [ "yourcss.css" ] } ], "web_accessible_resources": [ "web_accessible_script.js", "" ], "externally_connectable": { "matches": [ "*:\/\/127.0.0.1\/*", "*:\/\/localhost\/*", "https:\/\/factu.ec\/*" ] }, "minimum_chrome_version": "57", "browser_action": { "default_icon": { "16": "icon_128.png", "24": "icon_128.png", "32": "icon_128.png", "48": "icon_128.png", "64": "icon_128.png" }, "default_popup": "popup.html" } } |