IRS Solutions Sidekick

Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.

Co je IRS Solutions Sidekick?

IRS Solutions Sidekick je rozšíření Chrome vyvinuté https://www.irssolutions.com, a jeho hlavní funkcí je „Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření IRS Solutions Sidekick

Stáhněte si soubory rozšíření IRS Solutions Sidekick ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Allows registered users of IRS Solutions Software to download IRS transcripts from IRS e-Services for the taxpayers that they have a power of attorney or tax information authorization on file with the IRS. After logging in with the IRS you are authorizing IRS Solutions to download and store tax transcripts on your behalf.                    

Základní Informace o Rozšíření

Název IRS Solutions Sidekick IRS Solutions Sidekick
ID ioefmliakicaimefdncdjonjjkidlgmn
Oficiální URL https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn
Popis Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
Velikost souboru 9.61 KB
Počet instalací 1,278
Aktuální Verze 1.3.0
Poslední Aktualizace 2022-07-21
Datum Vydání 2022-07-21
Vývojář https://www.irssolutions.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.irssolutions.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRS Solutions Sidekick",
    "short_name": "IRSSolutions",
    "version": "1.3.0",
    "description": "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.",
    "icons": {
        "16": "icon_32.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "manifest_version": 3
}