IRS Get Payment FIX
Forces address field into correct IRS format.
IRS Get Payment FIXคืออะไร?
IRS Get Payment FIX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Forces address field into correct IRS format."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IRS Get Payment FIX
ดาวน์โหลดไฟล์ส่วนขยาย IRS Get Payment FIX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool will verify that your address field is formatted correctly prior to submission. It does not guarantee that you will not get "Payment Status Not Available", but it does increase your chances of getting through.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IRS Get Payment FIX |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao |
คำอธิบาย | Forces address field into correct IRS format. |
ขนาดไฟล์ | 30.78 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-28 |
วันที่เผยแพร่ | 2020-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IRS Get Payment FIX", "version": "1.0", "description": "Forces address field into correct IRS format.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/sa.www4.irs.gov\/irfof-wmsp\/login" ], "js": [ "testscript.js" ] } ], "browser_action": { "default_icon": "wrench.jpg" }, "icons": { "128": "favicon.jpg" } } |