Tax ID generator
Tax ID Generator util
什么是Tax ID generator?
Tax ID generator是由gersondinis开发的Chrome扩展程序,该扩展的主要功能是“Tax ID Generator util”。
扩展截图
下载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 |
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": [] } |