Tax ID generator

Tax ID Generator util

什麼是Tax ID generator?

Tax ID generator是由gersondinis開發的Chrome擴展程式,該擴展的主要功能是“Tax ID Generator util”。

擴展截圖

screenshot

下載Tax ID generator擴展crx文件

下載Tax ID generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Tax ID generator
ID fhinhgicbbfififkdakanlfhgbibllgn
官方網址 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": []
}