IRS Get Payment FIX

Forces address field into correct IRS format.

Co to jest IRS Get Payment FIX?

IRS Get Payment FIX to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Forces address field into correct IRS format.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IRS Get Payment FIX

Pobierz pliki rozszerzeń IRS Get Payment FIX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IRS Get Payment FIX IRS Get Payment FIX
ID mmdnlhhjhmeiclekefngfogiipkiggao
Oficjalny URL https://chromewebstore.google.com/detail/irs-get-payment-fix/mmdnlhhjhmeiclekefngfogiipkiggao
Opis Forces address field into correct IRS format.
Rozmiar pliku 30.78 KB
Liczba instalacji 17
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-04-28
Data Publikacji 2020-04-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    }
}