IRS Solutions Sidekick

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

Hvad er IRS Solutions Sidekick?

IRS Solutions Sidekick er en Chrome-udvidelse udviklet af https://www.irssolutions.com, og dens hovedfunktion er "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.".

Udvidelsesskærmbilleder

screenshot

Download IRS Solutions Sidekick-udvidelses-CRX-fil

Download IRS Solutions Sidekick-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IRS Solutions Sidekick IRS Solutions Sidekick
ID ioefmliakicaimefdncdjonjjkidlgmn
Officiel URL https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn
Beskrivelse Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
Filstørrelse 9.61 KB
Antal Installationer 1,278
Nuværende Version 1.3.0
Senest Opdateret 2022-07-21
Udgivelsesdato 2022-07-21
Udvikler https://www.irssolutions.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.irssolutions.com/privacy-policy
Understøttede Sprog 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
}