Random User Generator

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

Cos'è Random User Generator?

Random User Generator è un'estensione di Chrome sviluppata da JARRARDXYZ, e la sua funzione principale è "Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Random User Generator

Scarica i file di estensione Random User Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Random User Generator Random User Generator
ID gifefcjlladpifaohabngaoadodhkjlg
URL Ufficiale https://chromewebstore.google.com/detail/random-user-generator/gifefcjlladpifaohabngaoadodhkjlg
Descrizione Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page
Dimensione del File 95.62 KB
Conteggio Installazioni 1,029
Versione Corrente 1.3.0
Ultimo Aggiornamento 2022-05-17
Data di Pubblicazione 2019-11-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore JARRARDXYZ
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}