Random User Generator

Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page

O que é Random User Generator?

Random User Generator é uma extensão do Chrome desenvolvida por JARRARDXYZ, e sua principal característica é "Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Random User Generator

Baixe arquivos de extensão Random User Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension creates an array of JSON user objects for filling databases, or for use with test scripts.

If you like the extension but think it is missing anything at all, please get in contact (under the support tab) and let me know. 

Donate: https://paypal.me/JJarrardxyz

Please do not use this extension for evil, all names and addresses are random, and only include Manchester street names.                    

Informações Básicas da Extensão

Nome Random User Generator Random User Generator
ID gifefcjlladpifaohabngaoadodhkjlg
URL Oficial https://chromewebstore.google.com/detail/random-user-generator/gifefcjlladpifaohabngaoadodhkjlg
Descrição Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page
Tamanho do Arquivo 95.62 KB
Contagem de Instalações 1,029
Versão Atual 1.3.0
Última Atualização 2022-05-17
Data de Publicação 2019-11-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor JARRARDXYZ
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random User Generator",
    "short_name": "Random User Generator",
    "description": "Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page",
    "version": "1.3.0",
    "action": {
        "default_icon": {
            "19": "icon.png",
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Generate users"
    },
    "permissions": []
}