AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
Τι είναι το AudioReport;
Το AudioReport είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BJF Software, και η κύρια λειτουργία του είναι "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AudioReport
Λήψη αρχείων επέκτασης 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" ] } ] } |