IRS Solutions Sidekick

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

Qu'est-ce que IRS Solutions Sidekick ?

IRS Solutions Sidekick est une extension Chrome développée par https://www.irssolutions.com, et sa fonction principale est "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IRS Solutions Sidekick

Téléchargez les fichiers d'extension IRS Solutions Sidekick 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

                        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.                    

Informations de Base sur l'Extension

Nom IRS Solutions Sidekick IRS Solutions Sidekick
ID ioefmliakicaimefdncdjonjjkidlgmn
URL Officiel https://chromewebstore.google.com/detail/irs-solutions-sidekick/ioefmliakicaimefdncdjonjjkidlgmn
Description Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.
Taille du Fichier 9.61 KB
Nombre d'Installations 1,278
Version Actuelle 1.3.0
Dernière Mise à Jour 2022-07-21
Date de Publication 2022-07-21
Développeur https://www.irssolutions.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.irssolutions.com/privacy-policy
Langues Prises en Charge 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
}