IRS Get Payment FIX
Forces address field into correct IRS format.
What is IRS Get Payment FIX?
IRS Get Payment FIX is a Chrome extension developed by Unknown, and its main feature is "Forces address field into correct IRS format.".
Extension Screenshots
Download IRS Get Payment FIX Extension CRX File
Download IRS Get Payment FIX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | IRS Get Payment FIX |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
Official URL | https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao |
Description | Forces address field into correct IRS format. |
File Size | 30.78 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2020-04-28 |
Publish Date | 2020-04-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |