IRS Get Payment FIX
Forces address field into correct IRS format.
Wat is IRS Get Payment FIX?
IRS Get Payment FIX is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Forces address field into correct IRS format.".
Extensie Screenshots
Download het CRX-bestand van de extensie IRS Get Payment FIX
Download IRS Get Payment FIX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IRS Get Payment FIX |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
Officiële URL | https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao |
Beschrijving | Forces address field into correct IRS format. |
Bestandsgrootte | 30.78 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-04-28 |
Publicatiedatum | 2020-04-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |