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" ] } ] } |