Gerador Consig
Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig
What is Gerador Consig?
Gerador Consig is a Chrome extension developed by Italo Costa, and its main feature is "Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig".
Extension Screenshots
Download Gerador Consig Extension CRX File
Download Gerador Consig extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig
Extension Basic Information
Name | Gerador Consig |
ID | cgnbooagejegdmhodbigilohmojcijhj |
Official URL | https://chromewebstore.google.com/detail/gerador-consig/cgnbooagejegdmhodbigilohmojcijhj |
Description | Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig |
File Size | 463 KB |
Installation Count | 118 |
Current Version | 1.1 |
Last Updated | 2018-12-27 |
Publish Date | 2018-12-24 |
Developer | Italo Costa |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gerador Consig", "short_name": "Gerdador", "description": "Este plugin gera CPF, matr\u00edcula do INSS e data de nascimento no Consig", "version": "1.1", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Gerador Consig" }, "permissions": [ "tabs", "*:\/\/*\/principal\/fsconsignataria.jsp" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/principal\/fsconsignataria.jsp" ], "js": [ "jquery.min.js" ] } ] } |