Gerador Consig

Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig

Gerador Consigคืออะไร?

Gerador Consig เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Italo Costa และคุณลักษณะหลักของมันคือ "Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gerador Consig

ดาวน์โหลดไฟล์ส่วนขยาย Gerador Consig ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Este plugin gera CPF, matrícula do INSS e data de nascimento no Consig                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gerador Consig Gerador 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
อีเมล [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"
            ]
        }
    ]
}