Audiobook Rocket Tools

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

Cos'è Audiobook Rocket Tools?

Audiobook Rocket Tools è un'estensione di Chrome sviluppata da audiobookrocket, e la sua funzione principale è "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Audiobook Rocket Tools

Scarica i file di estensione Audiobook Rocket Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Audiobook Rocket Tools Audiobook Rocket Tools
ID nokmcocbmjlgpkafnohpoocghphphbma
URL Ufficiale https://chrome.google.com/webstore/detail/audiobook-rocket-tools/nokmcocbmjlgpkafnohpoocghphphbma
Descrizione AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.
Dimensione del File 332 KB
Conteggio Installazioni 19
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2020-10-25
Data di Pubblicazione 2020-10-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore audiobookrocket
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://audiobookrocket.com
URL della Pagina di Aiuto https://audiobookrocket.com/contact
URL della Pagina della Politica sulla Privacy https://audiobookrocket.com/privacy
Lingue Supportate 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"
    }
}