AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
AudioReportとは何ですか?
AudioReportはBJF Softwareによって開発されたChromeの拡張機能で、その主な機能は「AudioReport is the first and only extension that makes ACX Dashboards easy to read.」です。
拡張機能のスクリーンショット
AudioReport拡張機能のCRXファイルをダウンロード
AudioReport拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AudioReport is the final fix for your ACX Dashboard. AudioReport helps you understand what matters the most: money. The ACX Dashboard only shows sales, but it's almost impossible to convert raw sales into dollars. AudioReport does that for you, directly interacting with your own ACX Sales Dashboard!
拡張機能の基本情報
名前 | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
公式URL | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
説明 | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
ファイルサイズ | 182 KB |
インストール数 | 250 |
現在のバージョン | 1.1.5 |
最終更新日 | 2020-03-23 |
公開日 | 2020-03-23 |
評価 | 3.00/5 合計 8 レビュー |
開発者 | BJF Software |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | http://acxreport.com |
プライバシーポリシーページのURL | http://bnbtrackreport.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AudioReport", "version": "1.1.5", "manifest_version": 2, "description": "AudioReport is the first and only extension that makes ACX Dashboards easy to read.", "homepage_url": "https:\/\/www.acx.com\/sales\/dashboard\/sales", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js", "src\/bg\/buy.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "*:\/\/www.acx.com\/*", "*:\/\/acx.com\/*", "*:\/\/acxreport.com\/*", "*:\/\/www.acxreport.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.acx.com\/sales\/dashboard\/*", "https:\/\/www.acx.com\/sales\/dashboard" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "css\/style.css" ] } ] } |