IRS Get Payment FIX
Forces address field into correct IRS format.
Qu'est-ce que IRS Get Payment FIX ?
IRS Get Payment FIX est une extension Chrome développée par Unknown, et sa fonction principale est "Forces address field into correct IRS format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IRS Get Payment FIX
Téléchargez les fichiers d'extension IRS Get Payment FIX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | IRS Get Payment FIX |
ID | mmdnlhhjhmeiclekefngfogiipkiggao |
URL Officiel | https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao |
Description | Forces address field into correct IRS format. |
Taille du Fichier | 30.78 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-28 |
Date de Publication | 2020-04-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |