Tax ID generator

Tax ID Generator util

Tax ID generator là gì?

Tax ID generator là một tiện ích mở rộng Chrome được phát triển bởi gersondinis, và tính năng chính của nó là "Tax ID Generator util".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tax ID generator

Tải xuống các tệp mở rộng Tax ID generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tax ID generator Tax ID generator
ID fhinhgicbbfififkdakanlfhgbibllgn
URL Chính Thức https://chromewebstore.google.com/detail/tax-id-generator/fhinhgicbbfififkdakanlfhgbibllgn
Mô tả Tax ID Generator util
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-05
Ngày Phát Hành 2024-01-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gersondinis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gersondinis/chrome-extension-tax-id-generator
Ngôn Ngữ Được Hỗ Trợ 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": []
}