AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
¿Qué es AudioReport?
AudioReport es una extensión de Chrome desarrollada por BJF Software, y su función principal es "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AudioReport
Descarga archivos de extensión AudioReport en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
URL Oficial | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
Descripción | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
Tamaño del Archivo | 182 KB |
Cantidad de Instalaciones | 250 |
Versión Actual | 1.1.5 |
Última Actualización | 2020-03-23 |
Fecha de Publicación | 2020-03-23 |
Calificación | 3.00/5 Total de 8 Calificaciones |
Desarrollador | BJF Software |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | http://acxreport.com |
URL de la Página de Política de Privacidad | http://bnbtrackreport.com/privacy-policy |
Idiomas Soportados | 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" ] } ] } |