audioSuite

Audible Suite for Self Publishers

Co to jest audioSuite?

audioSuite to rozszerzenie Chrome opracowane przez https://audiosuitetool.com, a jego główną funkcją jest „Audible Suite for Self Publishers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia audioSuite

Pobierz pliki rozszerzeń audioSuite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Do you Want to Quickly Analyze Keywords on Amazon™ and Audible™ in 1 Click in All Markets and Find Profitable Ones Right Away Without Wasting Time?

Searching for profitable keywords may be frustrating and time-consuming...

Without an automated tool, you could waste many hours in front of the pc manually searching for good BSRs...

If you want to succeed in your Self Publishing business you need a Game-changer tool!
And this is where Audiosuite comes to your aid.

AudioSuite is the best suite for Self Publishers that will improve the keyword research on Amazon™ and Audible™ in ALL MARKETS.

With Audiosuite you'll get all these features: 

- BSRs and date showed under each book on Amazon™ & Audible™ in ALL MARKETS (see images for details).
- Easy and embedded keyword research directly on Audible™ in ALL MARKETS (see images for details).
- Automated profitable keyword research
- Reviews extractor tool
- Customizable colors 
- Customizable parameters to analyze the keywords automatically
- Form with data of each book, clicking on the icon (see images for details)
- Royalties reports about your earnings directly in your ACX dashboard!
- Full support forever
- And new features are coming soon...

Thousands of self-publishers are already using Audiosuite to scale up their business...

So don't waste any time, let's go to find your profitable keywords!

Click on Add to Chrome NOW and install Audiosuite!                    

Podstawowe informacje o rozszerzeniu

Nazwa audioSuite audioSuite
ID apfohijllfhnblfljmdalceabnebpagn
Oficjalny URL https://chromewebstore.google.com/detail/audiosuite/apfohijllfhnblfljmdalceabnebpagn
Opis Audible Suite for Self Publishers
Rozmiar pliku 397 KB
Liczba instalacji 3,172
Aktualna Wersja 3.0.0.39
Ostatnia Aktualizacja 2024-01-23
Data Publikacji 2020-07-02
Ocena 4.92/5 Łącznie 26 Oceny
Deweloper https://audiosuitetool.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://audiosuitetool.com/
Adres URL Strony Pomocy https://audiosuitetool.com/contact
Adres URL Strony Polityki Prywatności https://www.iubenda.com/privacy-policy/30459719
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "audioSuite",
    "description": "Audible Suite for Self Publishers",
    "options_page": "options.html",
    "version": "3.0.0.39",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.au\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.audible.com\/*",
        "https:\/\/www.audible.ca\/*",
        "https:\/\/www.audible.com.au\/*",
        "https:\/\/www.audible.it\/*",
        "https:\/\/www.audible.es\/*",
        "https:\/\/www.audible.de\/*",
        "https:\/\/www.audible.fr\/*",
        "https:\/\/www.audible.co.uk\/*",
        "https:\/\/us-central1-audiosuite-8e6ab.cloudfunctions.net\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tail-spin.svg",
                "platinum.png",
                "style_dom.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.acx.com\/sales\/dashboard\/*",
                "https:\/\/www.acx.com\/sales\/dashboard\/*"
            ],
            "js": [
                "jquery.js",
                "report.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.com.au\/*",
                "https:\/\/www.audible.com.au\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_com_au.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.ca\/*",
                "https:\/\/www.audible.ca\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_ca.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.co.uk\/*",
                "https:\/\/www.audible.co.uk\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_co_uk.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.de\/*",
                "https:\/\/www.audible.de\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_de.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.fr\/*",
                "https:\/\/www.audible.fr\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_fr.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.es\/*",
                "https:\/\/www.audible.es\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_es.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.it\/*",
                "https:\/\/www.audible.it\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_it.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.com\/*",
                "https:\/\/www.audible.com\/*"
            ],
            "js": [
                "jquery.js",
                "audible\/dom_com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.audible.com\/*",
                "https:\/\/www.audible.com\/*",
                "https:\/\/www.audible.com.au\/*",
                "http:\/\/www.audible.co.uk\/*",
                "https:\/\/www.audible.co.uk\/*",
                "https:\/\/www.audible.ca\/*",
                "https:\/\/www.audible.it\/*",
                "http:\/\/www.audible.fr\/*",
                "https:\/\/www.audible.fr\/*",
                "http:\/\/www.audible.de\/*",
                "https:\/\/www.audible.de\/*",
                "http:\/\/www.audible.es\/*",
                "https:\/\/www.audible.es\/*"
            ],
            "js": [
                "audible\/dom_general.js",
                "audible\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_it.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_fr.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_es.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_de.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_ca.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_co_uk.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "js": [
                "jquery.js",
                "amazon\/dom_com_au.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*"
            ],
            "js": [
                "amazon\/kindle.js",
                "amazon\/books.js",
                "amazon\/bestsellers.js",
                "amazon\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "bg_loader.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "js": [
            "audible\/dom_general.js",
            "popup\/profitable_keywords.js",
            "popup\/utils.js",
            "popup\/analyze.js",
            "popup.js"
        ]
    }
}