Audio Cash Pro

Audible and ACX Suite for Self-Publishers

Audio Cash Proคืออะไร?

Audio Cash Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.audiocashpro.com/en และคุณลักษณะหลักของมันคือ "Audible and ACX Suite for Self-Publishers"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Cash Pro

ดาวน์โหลดไฟล์ส่วนขยาย Audio Cash Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

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

ชื่อ Audio Cash Pro Audio Cash Pro
ID odbilnppnopbdehgajgglmlnbehconnd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/audio-cash-pro/odbilnppnopbdehgajgglmlnbehconnd
คำอธิบาย Audible and ACX Suite for Self-Publishers
ขนาดไฟล์ 1016 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2020-04-29
วันที่เผยแพร่ 2020-04-28
คะแนน 5.00/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.audiocashpro.com/en
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.audiocashpro.com/en
URL หน้าช่วยเหลือ https://www.audiocashpro.com/en
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audio Cash Pro",
    "short_name": "Audio Cash Pro",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Audible and ACX Suite for Self-Publishers",
    "icons": {
        "16": "icons\/icon.png",
        "38": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png",
        "256": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_title": "Audio Cash Pro",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.audible.com\/*",
                "*:\/\/*.audible.co.uk\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/papaparse.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.acx.com\/sales\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/papaparse.min.js",
                "js\/acx.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/loading.gif"
    ]
}