Random User Generator
Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page
Qu'est-ce que Random User Generator ?
Random User Generator est une extension Chrome développée par JARRARDXYZ, et sa fonction principale est "Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random User Generator
Téléchargez les fichiers d'extension Random User Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Random User Generator |
ID | gifefcjlladpifaohabngaoadodhkjlg |
URL Officiel | https://chromewebstore.google.com/detail/random-user-generator/gifefcjlladpifaohabngaoadodhkjlg |
Description | Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page |
Taille du Fichier | 95.62 KB |
Nombre d'Installations | 1,029 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2022-05-17 |
Date de Publication | 2019-11-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | JARRARDXYZ |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |