Valores aleatorios
Genera NIFs, CIFs, números de teléfonos, etc. aleatorios
Was ist Valores aleatorios?
Valores aleatorios ist eine Chrome-Erweiterung, die von 41xm11r entwickelt wurde, und ihr Hauptmerkmal ist "Genera NIFs, CIFs, números de teléfonos, etc. aleatorios".
Erweiterungsscreenshots
Valores aleatorios-Erweiterungs-CRX-Datei herunterladen
Laden Sie Valores aleatorios-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Genera valores aleatorios en cajas de texto: - DNI (NIF) - NIE - CIF - Código IATA - Teléfono móvil - Teléfono fijo - Dirección de correo electrónico Se aceptan propuesta para añadir nuevos valores aleatorios.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nbjoalcilcjdfffpmmjhhlcifbbllaho |
Offizielle URL | https://chrome.google.com/webstore/detail/valores-aleatorios/nbjoalcilcjdfffpmmjhhlcifbbllaho |
Beschreibung | Genera NIFs, CIFs, números de teléfonos, etc. aleatorios |
Dateigröße | 12.1 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.1 |
Letztes Update | 2012-07-03 |
Veröffentlichungsdatum | 2012-07-03 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | 41xm11r |
Zahlungsart | free |
Unterstützte Sprachen | es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Valores aleatorios", "description": "Genera NIFs, CIFs, n\u00fameros de tel\u00e9fonos, etc. aleatorios", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" }, "manifest_version": 2 } |