audioSuite

Audible Suite for Self Publishers

Что такое audioSuite?

audioSuite - это расширение Chrome, разработанное https://audiosuitetool.com, и его основная функция - "Audible Suite for Self Publishers".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения audioSuite

Скачайте файлы расширений audioSuite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название audioSuite audioSuite
ID apfohijllfhnblfljmdalceabnebpagn
Официальный URL https://chromewebstore.google.com/detail/audiosuite/apfohijllfhnblfljmdalceabnebpagn
Описание Audible Suite for Self Publishers
Размер файла 397 KB
Количество установок 3,172
Текущая Версия 3.0.0.39
Последнее Обновление 2024-01-23
Дата публикации 2020-07-02
Рейтинг 4.92/5 Всего 26 оценок
Разработчик https://audiosuitetool.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://audiosuitetool.com/
URL страницы помощи https://audiosuitetool.com/contact
URL страницы политики конфиденциальности https://www.iubenda.com/privacy-policy/30459719
Поддерживаемые языки 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"
        ]
    }
}