Audiobook Rocket Tools

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

What is Audiobook Rocket Tools?

Audiobook Rocket Tools is a Chrome extension developed by audiobookrocket, and its main feature is "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.".

Extension Screenshots

screenshot
screenshot

Download Audiobook Rocket Tools Extension CRX File

Download Audiobook Rocket Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Audiobook Rocket Tools Audiobook Rocket Tools
ID nokmcocbmjlgpkafnohpoocghphphbma
Official URL https://chrome.google.com/webstore/detail/audiobook-rocket-tools/nokmcocbmjlgpkafnohpoocghphphbma
Description AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.
File Size 332 KB
Installation Count 19
Current Version 1.0.0.0
Last Updated 2020-10-25
Publish Date 2020-10-25
Rating 5.00/5 Total 1 Ratings
Developer audiobookrocket
Email [email protected]
Payment Type free
Extension Website https://audiobookrocket.com
Help Page URL https://audiobookrocket.com/contact
Privacy Policy Page URL https://audiobookrocket.com/privacy
Supported Languages 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"
    }
}