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                     拡張機能の基本情報
| 名前 |   |  
| ID | cgnbooagejegdmhodbigilohmojcijhj | 
| 公式URL | 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |