Zombie Slave - CPF/CNPJ Generator
Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.
什么是Zombie Slave - CPF/CNPJ Generator?
Zombie Slave - CPF/CNPJ Generator是由Max Plangg开发的Chrome扩展程序,该扩展的主要功能是“Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.”。
下载Zombie Slave - CPF/CNPJ Generator扩展crx文件
下载Zombie Slave - CPF/CNPJ Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos.
扩展基本信息
名称 | Zombie Slave - CPF/CNPJ Generator |
ID | aooobjjjijeflchgfedfoffnjaggcepc |
官方URL | https://chromewebstore.google.com/detail/zombie-slave-cpfcnpj-gene/aooobjjjijeflchgfedfoffnjaggcepc |
简介 | Zumbi escravo que gera CPF e CNPJ para testes repetitivos e exaustivos. |
文件大小 | 12.67 KB |
安装次数 | 70 |
当前版本 | 0.0.1 |
更新时间 | 2016-05-22 |
上架时间 | 2016-05-22 |
评分 | 5.00/5 共2次评分 |
开发者 | Max Plangg |
付费类型 | free |
支持的语言 | 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" } } |