IRS Get Payment FIX
Forces address field into correct IRS format.
Apa itu IRS Get Payment FIX?
IRS Get Payment FIX adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Forces address field into correct IRS format.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IRS Get Payment FIX
Unduh file ekstensi IRS Get Payment FIX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | IRS Get Payment FIX |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
URL Resmi | https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao |
Deskripsi | Forces address field into correct IRS format. |
Ukuran File | 30.78 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-04-28 |
Tanggal Publikasi | 2020-04-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |