Audiobook Rocket Tools

AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.

Audiobook Rocket Toolsคืออะไร?

Audiobook Rocket Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย audiobookrocket และคุณลักษณะหลักของมันคือ "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audiobook Rocket Tools

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

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

                        Activating each promo code individually on ACX can waste a lot of your precious time.

With a click of a button Audiobook Rocket Tools will activate/turn on all of the promo codes found on the current page in your ACX dashboard.

This extension does NOT store or read any sensitive data.                    

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

ชื่อ Audiobook Rocket Tools Audiobook Rocket Tools
ID nokmcocbmjlgpkafnohpoocghphphbma
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/audiobook-rocket-tools/nokmcocbmjlgpkafnohpoocghphphbma
คำอธิบาย AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.
ขนาดไฟล์ 332 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2020-10-25
วันที่เผยแพร่ 2020-10-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา audiobookrocket
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://audiobookrocket.com
URL หน้าช่วยเหลือ https://audiobookrocket.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://audiobookrocket.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audiobook Rocket Tools",
    "description": "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.",
    "version": "1.0.0.0",
    "permissions": [
        "https:\/\/www.acx.com\/sales\/dashboard\/promo"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "48": "images\/abr_icon48.png",
        "128": "images\/abr_icon128.png"
    }
}