AudioReport

AudioReport is the first and only extension that makes ACX Dashboards easy to read.

Was ist AudioReport?

AudioReport ist eine Chrome-Erweiterung, die von BJF Software entwickelt wurde, und ihr Hauptmerkmal ist "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".

Erweiterungsscreenshots

screenshot

AudioReport-Erweiterungs-CRX-Datei herunterladen

Laden Sie AudioReport-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AudioReport AudioReport
ID fkjhnicmkggodcfcflnijbglhambpkjn
Offizielle URL https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn
Beschreibung AudioReport is the first and only extension that makes ACX Dashboards easy to read.
Dateigröße 182 KB
Installationsanzahl 250
Aktuelle Version 1.1.5
Letztes Update 2020-03-23
Veröffentlichungsdatum 2020-03-23
Bewertung 3.00/5 Insgesamt 8 Bewertungen
Entwickler BJF Software
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite http://acxreport.com
URL der Datenschutzrichtlinien-Seite http://bnbtrackreport.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}