audioSuite

Audible Suite for Self Publishers

Vad är audioSuite?

audioSuite är en Chrome-tillägg utvecklad av https://audiosuitetool.com, och dess huvudfunktion är "Audible Suite for Self Publishers".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner audioSuite-förlängningens CRX-fil

Ladda ner audioSuite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn audioSuite audioSuite
ID apfohijllfhnblfljmdalceabnebpagn
Officiell webbadress https://chromewebstore.google.com/detail/audiosuite/apfohijllfhnblfljmdalceabnebpagn
Beskrivning Audible Suite for Self Publishers
Filstorlek 397 KB
Antal Installationer 3,172
Aktuell Version 3.0.0.39
Senast Uppdaterad 2024-01-23
Publiceringsdatum 2020-07-02
Betyg 4.92/5 Totalt 26 Betyg
Utvecklare https://audiosuitetool.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://audiosuitetool.com/
Hjälpsida URL https://audiosuitetool.com/contact
URL till Sekretesspolicy Sidan https://www.iubenda.com/privacy-policy/30459719
Stödda Språk 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"
        ]
    }
}