iCFC
Automação do iCFC para os usuários do sistema.
什么是iCFC?
iCFC是由https://icfc.com.br开发的Chrome扩展程序,该扩展的主要功能是“Automação do iCFC para os usuários do sistema.”。
扩展截图
下载iCFC扩展crx文件
下载iCFC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensão para automatizar cadastros de candidatos junto ao sistema do Detran. Ao cadastrar um aluno no sistema iCFC, um botão chamado "Enviar Dados Para o Detran" ira aparecer na tela, clicando nele a extensão ira abrir o formulário de cadastro do Detran e já ira preencher todos os campos do formulário automaticamente. Detrans já automatizados: - AL - AM - ES - GO - MA - MG - PA - PB - PE - RN - RO - SE - SP
扩展基本信息
名称 | iCFC |
ID | nghepobjngefnfbgljafnkmcadfiocpf |
官方URL | https://chromewebstore.google.com/detail/icfc/nghepobjngefnfbgljafnkmcadfiocpf |
简介 | Automação do iCFC para os usuários do sistema. |
文件大小 | 87.02 KB |
安装次数 | 0 |
当前版本 | 1.6.0 |
更新时间 | 2023-10-19 |
上架时间 | 2020-10-30 |
评分 | 5.00/5 共1次评分 |
开发者 | https://icfc.com.br |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://icfc.com.br |
帮助页面URL | https://icfc.com.br |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iCFC", "version": "1.6.0", "description": "Automa\u00e7\u00e3o do iCFC para os usu\u00e1rios do sistema.", "permissions": [ "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "externally_connectable": { "all_frames": true, "matches": [ "http:\/\/10.1.2.4:3000\/*", "http:\/\/10.1.9.1:3000\/*", "https:\/\/staging.icfc.com.br\/*", "https:\/\/app.icfc.com.br\/*", "https:\/\/sistema.gestorcfc.com.br\/*", "https:\/\/teste.gestorcfc.com.br\/*", "https:\/\/renach.detran.rn.gov.br\/*", "https:\/\/www.detran.se.gov.br\/*", "https:\/\/online7.detran.pe.gov.br\/*", "https:\/\/www.detran.pe.gov.br\/*", "https:\/\/www.detran.mg.gov.br\/*", "https:\/\/detran.mg.gov.br\/*", "https:\/\/acesso.detran.mg.gov.br\/*", "https:\/\/transito.mg.gov.br\/*", "https:\/\/www.e-cnhsp.sp.gov.br\/*", "http:\/\/www.e-cnhsp.sp.gov.br\/*", "https:\/\/renach2.es.gov.br\/*", "https:\/\/www.detran.go.gov.br\/*", "https:\/\/digital.detran.am.gov.br\/*", "https:\/\/www.detran.pa.gov.br\/*", "https:\/\/wsdetran.pb.gov.br\/*", "https:\/\/comprod.seati.ma.gov.br\/*", "https:\/\/detrannet.detran.ro.gov.br\/*", "https:\/\/www.detran.al.gov.br\/*", "http:\/\/srv.detran.pi.gov.br\/*" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/10.1.2.4:3000\/*", "http:\/\/10.1.9.1:3000\/*", "https:\/\/staging.icfc.com.br\/*", "https:\/\/app.icfc.com.br\/*", "https:\/\/sistema.gestorcfc.com.br\/*", "https:\/\/teste.gestorcfc.com.br\/*", "https:\/\/renach.detran.rn.gov.br\/*", "https:\/\/www.detran.se.gov.br\/*", "https:\/\/online7.detran.pe.gov.br\/*", "https:\/\/www.detran.pe.gov.br\/*", "https:\/\/www.detran.mg.gov.br\/*", "https:\/\/detran.mg.gov.br\/*", "https:\/\/acesso.detran.mg.gov.br\/*", "https:\/\/transito.mg.gov.br\/*", "https:\/\/www.e-cnhsp.sp.gov.br\/*", "http:\/\/www.e-cnhsp.sp.gov.br\/*", "https:\/\/renach2.es.gov.br\/*", "https:\/\/www.detran.go.gov.br\/*", "https:\/\/digital.detran.am.gov.br\/*", "https:\/\/www.detran.pa.gov.br\/*", "https:\/\/wsdetran.pb.gov.br\/*", "https:\/\/comprod.seati.ma.gov.br\/*", "https:\/\/detrannet.detran.ro.gov.br\/*", "https:\/\/www.detran.al.gov.br\/*", "http:\/\/srv.detran.pi.gov.br\/*" ], "js": [ "vendor\/sentry.js", "contents\/index.js", "contents\/util\/util.js", "contents\/static\/estados.js", "contents\/static\/logradouros.js", "contents\/static\/orgaos_emissores.js", "contents\/amazonas\/cadastrar_aluno.js", "contents\/espirito_santo\/cadastrar_aluno.js", "contents\/goias\/cadastrar_aluno.js", "contents\/maranhao\/cadastrar_aluno.js", "contents\/minas_gerais\/cadastrar_aluno.js", "contents\/minas_gerais\/emitir_taxas.js", "contents\/para\/cadastrar_aluno.js", "contents\/paraiba\/cadastrar_aluno.js", "contents\/pernambuco\/cadastrar_aluno.js", "contents\/rio_grande_do_norte\/cadastrar_aluno.js", "contents\/rondonia\/cadastrar_aluno.js", "contents\/sao_paulo\/cadastrar_aluno_novo.js", "contents\/sao_paulo\/cadastrar_aluno_velho.js", "contents\/sao_paulo\/consultar_aulas.js", "contents\/sergipe\/cadastrar_aluno.js", "contents\/sergipe\/consultar_situacao.js", "contents\/amazonas\/cadastrar_aluno.js", "contents\/alagoas\/cadastrar_aluno.js", "contents\/piaui\/cadastrar_aluno.js" ] } ], "background": { "service_worker": "background.js" } } |