OneViz - Amazon KDP Dashboard

OneViz allows Amazon KDP authors to visualise their KDP sales data and book performance in a concise.

OneViz - Amazon KDP Dashboard là gì?

OneViz - Amazon KDP Dashboard là một tiện ích mở rộng Chrome được phát triển bởi OneViz, và tính năng chính của nó là "OneViz allows Amazon KDP authors to visualise their KDP sales data and book performance in a concise.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneViz - Amazon KDP Dashboard

Tải xuống các tệp mở rộng OneViz - Amazon KDP Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Your all in one Amazon KDP Dashboard

OneViz allows Amazon KDP authors to visualise their KDP sales data and book performance in a concise, easy to use dashboard that displays their data through a variety of metrics.

SWIFT METRIC TRACKING:
Easily track daily and monthly royalties as well as estimated royalty projections for the current month.

TRACK OVERALL PROFIT:
OneViz links to your Amazon Ads account as well as your KDP account to display ad spend, royalties and overall profit over a custom time period.

BSR TRACKER:
Read all of the BSR's of your books in one place with the designated Book BSR tab.

DATA EXPORTS:
Export all of your KDP data to a CSV file in the click of a button. 

SOPHISTICATED CHARTS:
Track our KDP royalties and profits over a custom time period, displayed in easy to digest charts.

BOOK CONTRIBUTIONS:
See at a glance which books are contributing the most to your KDP success (royalties and units sold) with the designated book section.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OneViz - Amazon KDP Dashboard OneViz - Amazon KDP Dashboard
ID celkfcjbbbjnjnmfeoflijmppcpbeean
URL Chính Thức https://chromewebstore.google.com/detail/oneviz-amazon-kdp-dashboa/celkfcjbbbjnjnmfeoflijmppcpbeean
Mô tả OneViz allows Amazon KDP authors to visualise their KDP sales data and book performance in a concise.
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-09-12
Ngày Phát Hành 2021-07-29
Nhà Phát Triển OneViz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneViz - Amazon KDP Dashboard",
    "description": "OneViz allows Amazon KDP authors to visualise their KDP sales data and book performance in a concise.",
    "version": "1.2",
    "background": {
        "scripts": [
            ".\/js\/config.js",
            ".\/js\/core.js",
            ".\/js\/xlsx.js",
            ".\/js\/uuid.js",
            ".\/js\/moment.min.js",
            ".\/js\/xlsConvert.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popupDefault.html",
        "default_icon": "images\/logo-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kdp.amazon.com\/*",
                "*:\/\/kdpreports.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.ae\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/moment.min.js",
                ".\/js\/xlsx.js",
                ".\/js\/daterangepicker.min.js",
                ".\/js\/chart.min.js",
                ".\/js\/core.js",
                ".\/js\/config.js",
                ".\/js\/popup.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/popup.css",
                ".\/css\/daterangepicker.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "roboto\/*.ttf"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "*:\/\/kdp.amazon.com\/*",
        "*:\/\/kdp-export-dashboard.s3.amazonaws.com\/*",
        "*:\/\/kdp-export-ltd.s3.amazonaws.com\/*",
        "*:\/\/www.amazon.com\/s?k*",
        "*:\/\/kdpreports.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.sg\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/amazon-kindle-analytics.herokuapp.com\/*"
    ]
}