AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
AudioReport là gì?
AudioReport là một tiện ích mở rộng Chrome được phát triển bởi BJF Software, và tính năng chính của nó là "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AudioReport
Tải xuống các tệp mở rộng AudioReport dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
URL Chính Thức | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
Mô tả | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
Kích Thước Tệp | 182 KB |
Số Lần Cài Đặt | 250 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2020-03-23 |
Ngày Phát Hành | 2020-03-23 |
Đánh Giá | 3.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | BJF Software |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | http://acxreport.com |
URL Trang Chính Sách Bảo Mật | http://bnbtrackreport.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |