Audio Cash Pro

Audible and ACX Suite for Self-Publishers

Audio Cash Pro là gì?

Audio Cash Pro là một tiện ích mở rộng Chrome được phát triển bởi https://www.audiocashpro.com/en, và tính năng chính của nó là "Audible and ACX Suite for Self-Publishers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Audio Cash Pro

Tải xuống các tệp mở rộng Audio Cash Pro 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

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Audio Cash Pro Audio Cash Pro
ID odbilnppnopbdehgajgglmlnbehconnd
URL Chính Thức https://chrome.google.com/webstore/detail/audio-cash-pro/odbilnppnopbdehgajgglmlnbehconnd
Mô tả Audible and ACX Suite for Self-Publishers
Kích Thước Tệp 1016 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-04-29
Ngày Phát Hành 2020-04-28
Đánh Giá 5.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://www.audiocashpro.com/en
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.audiocashpro.com/en
URL Trang Trợ Giúp https://www.audiocashpro.com/en
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}