audioSuite

Audible Suite for Self Publishers

什么是audioSuite?

audioSuite是由https://audiosuitetool.com开发的Chrome扩展程序,该扩展的主要功能是“Audible Suite for Self Publishers”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载audioSuite扩展crx文件

下载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"
        ]
    }
}