Zombie Slave - CPF/CNPJ Generator

Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.

What is Zombie Slave - CPF/CNPJ Generator?

Zombie Slave - CPF/CNPJ Generator is a Chrome extension developed by Max Plangg, and its main feature is "Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.".

Download Zombie Slave - CPF/CNPJ Generator Extension CRX File

Download Zombie Slave - CPF/CNPJ Generator 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

                        Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.                    

Extension Basic Information

Name Zombie Slave - CPF/CNPJ Generator Zombie Slave - CPF/CNPJ Generator
ID aooobjjjijeflchgfedfoffnjaggcepc
Official URL https://chromewebstore.google.com/detail/zombie-slave-cpfcnpj-gene/aooobjjjijeflchgfedfoffnjaggcepc
Description Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.
File Size 12.67 KB
Installation Count 70
Current Version 0.0.1
Last Updated 2016-05-22
Publish Date 2016-05-22
Rating 5.00/5 Total 2 Ratings
Developer Max Plangg
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombie Slave - CPF\/CNPJ Generator",
    "description": "Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.",
    "version": "0.0.1",
    "manifest_version": 2,
    "options_page": "optionsPage.html",
    "offline_enabled": true,
    "permissions": [
        "background",
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "zombie-32.png",
        "default_popup": "popup.html",
        "default_title": "Zombie Slave - CPF\/CNPJ Generator"
    },
    "icons": {
        "128": "zombie-128.png",
        "16": "zombie-16.png"
    }
}