Tax ID generator
Tax ID Generator util
Tax ID generatorคืออะไร?
Tax ID generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gersondinis และคุณลักษณะหลักของมันคือ "Tax ID Generator util"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tax ID generator
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |