AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
Qu'est-ce que AudioReport ?
AudioReport est une extension Chrome développée par BJF Software, et sa fonction principale est "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AudioReport
Téléchargez les fichiers d'extension AudioReport au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
URL Officiel | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
Description | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
Taille du Fichier | 182 KB |
Nombre d'Installations | 250 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2020-03-23 |
Date de Publication | 2020-03-23 |
Évaluation | 3.00/5 Total 8 Évaluations |
Développeur | BJF Software |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | http://acxreport.com |
URL de la Page de Politique de Confidentialité | http://bnbtrackreport.com/privacy-policy |
Langues Prises en Charge | 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" ] } ] } |