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 擴展基本資訊
| 名稱 | |
| ID | nghepobjngefnfbgljafnkmcadfiocpf |
| 官方網址 | 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"
}
} | |