IRS Get Payment FIX
Forces address field into correct IRS format.
Hvad er IRS Get Payment FIX?
IRS Get Payment FIX er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Forces address field into correct IRS format.".
Udvidelsesskærmbilleder
Download IRS Get Payment FIX-udvidelses-CRX-fil
Download IRS Get Payment FIX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | IRS Get Payment FIX |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
Officiel URL | https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao |
Beskrivelse | Forces address field into correct IRS format. |
Filstørrelse | 30.78 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-04-28 |
Udgivelsesdato | 2020-04-28 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |