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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}