AccountingPod Learning Companion

AccountingPod – Learning Companion

什麼是AccountingPod Learning Companion?

AccountingPod Learning Companion是由AccountingPod開發的Chrome擴展程式,該擴展的主要功能是“AccountingPod – Learning Companion”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載AccountingPod Learning Companion擴展crx文件

下載AccountingPod Learning Companion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AccountingPod Learning Companion AccountingPod Learning Companion
ID gjhnpfikgkcjgnabbnbbcneokapnjfeo
官方網址 https://chromewebstore.google.com/detail/accountingpod-learning-co/gjhnpfikgkcjgnabbnbbcneokapnjfeo
簡介 AccountingPod – Learning Companion
檔案大小 747 KB
安裝次數 51
目前版本 1.0.107
更新時間 2023-05-15
上架時間 2019-10-09
評分 5.00/5 共 3 次評分
開發者 AccountingPod
電子郵箱 [email protected]
付費類型 free
擴展官網 http://accountingpod.com
隱私政策頁面URL https://learn.accountingpod.com/privacy-policy
支援的語言 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"
    }
}