AccountingPod Learning Companion
AccountingPod – Learning Companion
AccountingPod Learning Companionとは何ですか?
AccountingPod Learning CompanionはAccountingPodによって開発されたChromeの拡張機能で、その主な機能は「AccountingPod – Learning Companion」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |