GenNoID

Generuje różne identyfikatory i numery np. NIP, REGON itp.

What is GenNoID?

GenNoID is a Chrome extension developed by Cezary Kąpicki, and its main feature is "Generuje różne identyfikatory i numery np. NIP, REGON itp.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GenNoID Extension CRX File

Download GenNoID extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To rozszerzenie generuje różne identyfikatory i numery NIP, REGON, PESEL w formularzach. Kliknij na polu formularza prawym przyciskiem myszki, najedź na GenNoID i wybierz, jaki numer chcesz wygenerować.

Zmiany w wersji 1.0.2:
- dodane generowanie numeru dowodu osobistego

Zmiany w wersji 1.0.1:
- poprawione rozpoznawanie klikniętego elementu
- filtrowanie elementów input tylko do pól w których można wprowadzać tekst                    

Extension Basic Information

Name GenNoID GenNoID
ID ffheklnjkponjaeeljapmjcenjhloekc
Official URL https://chromewebstore.google.com/detail/gennoid/ffheklnjkponjaeeljapmjcenjhloekc
Description Generuje różne identyfikatory i numery np. NIP, REGON itp.
File Size 40.17 KB
Installation Count 30
Current Version 1.0.2
Last Updated 2015-03-18
Publish Date 2015-03-17
Developer Cezary Kąpicki
Payment Type free
Help Page URL https://github.com/czarek1986/GenNoID-Chromium-Extension/issues
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GenNoID",
    "description": "Generuje r\u00f3\u017cne identyfikatory i numery np. NIP, REGON itp.",
    "version": "1.0.2",
    "author": "Cezary K\u0105picki",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "generator.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-small.png",
        "48": "icon-medium.png",
        "128": "icon-large.png"
    }
}