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 |
电子邮箱 | [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" ] } ] } |