AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
Cos'è AudioReport?
AudioReport è un'estensione di Chrome sviluppata da BJF Software, e la sua funzione principale è "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AudioReport
Scarica i file di estensione AudioReport in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
URL Ufficiale | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
Descrizione | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
Dimensione del File | 182 KB |
Conteggio Installazioni | 250 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2020-03-23 |
Data di Pubblicazione | 2020-03-23 |
Valutazione | 3.00/5 Totale 8 Valutazioni |
Sviluppatore | BJF Software |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://acxreport.com |
URL della Pagina della Politica sulla Privacy | http://bnbtrackreport.com/privacy-policy |
Lingue Supportate | 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" ] } ] } |