Gerador Consig
Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig
什麼是Gerador Consig?
Gerador Consig是由Italo Costa開發的Chrome擴展程式,該擴展的主要功能是“Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig”。
擴展截圖
下載Gerador Consig擴展crx文件
下載Gerador Consig擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig
擴展基本資訊
名稱 | Gerador Consig |
ID | cgnbooagejegdmhodbigilohmojcijhj |
官方網址 | https://chromewebstore.google.com/detail/gerador-consig/cgnbooagejegdmhodbigilohmojcijhj |
簡介 | Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig |
檔案大小 | 463 KB |
安裝次數 | 118 |
目前版本 | 1.1 |
更新時間 | 2018-12-27 |
上架時間 | 2018-12-24 |
開發者 | Italo Costa |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |