AccountingPod Learning Companion

AccountingPod – Learning Companion

Cos'è AccountingPod Learning Companion?

AccountingPod Learning Companion è un'estensione di Chrome sviluppata da AccountingPod, e la sua funzione principale è "AccountingPod – Learning Companion".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AccountingPod Learning Companion

Scarica i file di estensione AccountingPod Learning Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AccountingPod Learning Companion AccountingPod Learning Companion
ID gjhnpfikgkcjgnabbnbbcneokapnjfeo
URL Ufficiale https://chromewebstore.google.com/detail/accountingpod-learning-co/gjhnpfikgkcjgnabbnbbcneokapnjfeo
Descrizione AccountingPod – Learning Companion
Dimensione del File 747 KB
Conteggio Installazioni 51
Versione Corrente 1.0.107
Ultimo Aggiornamento 2023-05-15
Data di Pubblicazione 2019-10-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore AccountingPod
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://accountingpod.com
URL della Pagina della Politica sulla Privacy https://learn.accountingpod.com/privacy-policy
Lingue Supportate 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"
    }
}