AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
Co je AudioReport?
AudioReport je rozšíření Chrome vyvinuté BJF Software, a jeho hlavní funkcí je „AudioReport is the first and only extension that makes ACX Dashboards easy to read.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AudioReport
Stáhněte si soubory rozšíření AudioReport ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
Oficiální URL | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
Popis | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
Velikost souboru | 182 KB |
Počet instalací | 250 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2020-03-23 |
Datum Vydání | 2020-03-23 |
Hodnocení | 3.00/5 Celkem 8 Hodnocení |
Vývojář | BJF Software |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | http://acxreport.com |
URL Stránky Zásad Ochrany Soukromí | http://bnbtrackreport.com/privacy-policy |
Podporované Jazyky | 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" ] } ] } |