Tax ID generator
Tax ID Generator util
Tax ID generator क्या है?
Tax ID generator gersondinis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tax ID Generator util"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tax ID generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing Tax ID Generator, your ultimate tool for generating realistic tax IDs for mock and QA scenarios. Efficiently generate valid tax IDs for various countries with just a few clicks. Whether you're testing web applications, preparing training data, or conducting simulations, TaxID Generator provides you with a reliable source of authentic-looking tax IDs. Key Features: Generate Tax IDs for multiple countries: Easily generate tax IDs for a wide range of countries, including the Portugal, Spain, and Italy. Customizable options: Control the generation process by specifying the country, type of tax ID. By clicking on each Country card generate button a new Tax ID is generated and you can easly copy it to the clipboard by clicking on the tax ID text.
एक्सटेंशन की मूल जानकारी
नाम | Tax ID generator |
ID | fhinhgicbbfififkdakanlfhgbibllgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/tax-id-generator/fhinhgicbbfififkdakanlfhgbibllgn |
विवरण | Tax ID Generator util |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2024-01-05 |
प्रकाशन तिथि | 2024-01-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | gersondinis |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gersondinis/chrome-extension-tax-id-generator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tax ID generator", "description": "Tax ID Generator util", "version": "1.1", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" } }, "permissions": [] } |