AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
什麼是AudioReport?
AudioReport是由BJF Software開發的Chrome擴展程式,該擴展的主要功能是“AudioReport is the first and only extension that makes ACX Dashboards easy to read.”。
擴展截圖
下載AudioReport擴展crx文件
下載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 |
| 官方網址 | 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"
]
}
]
} | |