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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AudioReport AudioReport
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"
            ]
        }
    ]
}