AccountingPod Learning Companion

AccountingPod – Learning Companion

Qu'est-ce que AccountingPod Learning Companion ?

AccountingPod Learning Companion est une extension Chrome développée par AccountingPod, et sa fonction principale est "AccountingPod – Learning Companion".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AccountingPod Learning Companion

Téléchargez les fichiers d'extension AccountingPod Learning Companion 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

                        Add an AccountingPod learning companion to your cloud accounting software account.

Access your AccountingPod school cloud accounting assignment and exercises from within the same, QBO, Xero or PowerBI browser on Chrome.

Enhance your Cloud Accounting learning experience with AccountingPod’s ability to give you personalised feedback to support you to complete school work on platforms like Xero.                    

Informations de Base sur l'Extension

Nom AccountingPod Learning Companion AccountingPod Learning Companion
ID gjhnpfikgkcjgnabbnbbcneokapnjfeo
URL Officiel https://chromewebstore.google.com/detail/accountingpod-learning-co/gjhnpfikgkcjgnabbnbbcneokapnjfeo
Description AccountingPod – Learning Companion
Taille du Fichier 747 KB
Nombre d'Installations 51
Version Actuelle 1.0.107
Dernière Mise à Jour 2023-05-15
Date de Publication 2019-10-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur AccountingPod
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://accountingpod.com
URL de la Page de Politique de Confidentialité https://learn.accountingpod.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AccountingPod Learning Companion",
    "short_name": "AccountingPod \u2013\u00a0Learning Companion",
    "version": "1.0.107",
    "description": "AccountingPod \u2013\u00a0Learning Companion",
    "action": {
        "default_title": "AccountingPod \u2013\u00a0Learning Companion",
        "default_icon": {
            "16": ".\/assets\/icons\/apod_logo_16.png",
            "24": ".\/assets\/icons\/apod_logo_24.png",
            "32": ".\/assets\/icons\/apod_logo_32.png"
        }
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.xero.com\/*",
        "*:\/\/*.qbo.intuit.com\/*",
        "*:\/\/*.app.powerbi.com\/*",
        "*:\/\/*.tableau.com\/*",
        "*:\/\/*.live.com\/*",
        "*:\/\/learn.accountingpod.com\/*",
        "*:\/\/*.spotlightreporting.com\/*",
        "*:\/\/*.fathomhq.com\/*",
        "*:\/\/docs.google.com\/*",
        "*:\/\/app.myob.com\/*"
    ],
    "icons": {
        "16": ".\/assets\/icons\/apod_logo_16.png",
        "48": ".\/assets\/icons\/apod_logo_48.png",
        "128": ".\/assets\/icons\/apod_logo_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "css": [
                "widget.css"
            ],
            "matches": [
                "*:\/\/*.xero.com\/*",
                "*:\/\/*.qbo.intuit.com\/*",
                "*:\/\/*.app.powerbi.com\/*",
                "*:\/\/*.tableau.com\/*",
                "*:\/\/*.live.com\/*",
                "*:\/\/*.spotlightreporting.com\/*",
                "*:\/\/*.fathomhq.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/app.myob.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "backgroundPage.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "contentPage.js",
                "widget.css"
            ],
            "matches": [
                "*:\/\/*.xero.com\/*",
                "*:\/\/*.qbo.intuit.com\/*",
                "*:\/\/*.app.powerbi.com\/*",
                "*:\/\/*.tableau.com\/*",
                "*:\/\/*.live.com\/*",
                "*:\/\/*.spotlightreporting.com\/*",
                "*:\/\/*.fathomhq.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/app.myob.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}