Datasprout

Transform your Amazon KDP sales reports.

Τι είναι το Datasprout;

Το Datasprout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://datasprout.co, και η κύρια λειτουργία του είναι "Transform your Amazon KDP sales reports.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Datasprout

Λήψη αρχείων επέκτασης Datasprout σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Datasprout transforms your Amazon KDP Sales Reports to give authors the data they need to improve book sales

YOUR DATA AT A GLANCE
See how much you've earned. That includes KENP earnings, physical sales, and paid downloads!
Compare your results against the previous period so you can quickly see if you're on the right track or if it's time to switch gears.

ALWAYS AVAILABLE
Great uptime. Since everything is done by your browser you don't need to rely on us for your data. It works as long as Amazon does!

FULLY SECURE
Everything is handled by your browser so you can always see how we handle your data.

BEAUTIFUL CHARTS TO SEE A DAILY BREAKDOWN OF EARNINGS
See a daily breakdown of everything including earnings, paid downloads, physical copies sold, pages read, and free downloads.

WRITE MORE TOP-SELLING BOOKS
Write more of what your readers are already loving. Datasprout lets you quickly see which books are performing and which aren't with a sortable list!

FILTER YOUR SALES DATA
Quickly filter by date, author, or book to get more in-depth insights.

FULLY CUSTOMIZABLE
Customize KENP rates, display currency, and everything else you need to get the best information from your sales data.

Smart authors need smart data. Datasprout helps you make informed decisions!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Datasprout Datasprout
ID mkokljhfdpfkagmcdpkppoaebgmllfbh
Επίσημο URL https://chromewebstore.google.com/detail/datasprout/mkokljhfdpfkagmcdpkppoaebgmllfbh
Περιγραφή Transform your Amazon KDP sales reports.
Μέγεθος Αρχείου 1.35 MB
Αριθμός Εγκαταστάσεων 3,866
Τρέχουσα Έκδοση 1.2.23
Τελευταία Ενημέρωση 2022-07-27
Ημερομηνία Δημοσίευσης 2020-05-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://datasprout.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://datasprout.co
Διεύθυνση URL της Σελίδας Βοήθειας https://help.datasprout.co
URL της Σελίδας Πολιτικής Απορρήτου https://booksprout.co/privacy-policy-all-products
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Datasprout",
    "short_name": "Datasprout",
    "version": "1.2.23",
    "description": "Transform your Amazon KDP sales reports.",
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/kdp.amazon.com https:\/\/datasprout.co https:\/\/api.datasprout.co https:\/\/www.w3.org https:\/\/kdp-monthly-reports.s3.us-west-2.amazonaws.com\/ https:\/\/kdp-export-pmr.s3.amazonaws.com\/",
    "browser_action": {
        "default_icon": "src\/images\/logo512.png"
    },
    "icons": {
        "16": "src\/images\/logo16.png",
        "32": "src\/images\/logo32.png",
        "48": "src\/images\/logo48.png",
        "128": "src\/images\/logo128.png",
        "192": "src\/images\/logo192.png",
        "512": "src\/images\/logo512.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/kdp.amazon.com\/*",
        "https:\/\/kdp-export-pmr.s3.amazonaws.com\/*",
        "https:\/\/kdp-monthly-reports.s3.us-west-2.amazonaws.com\/*",
        "https:\/\/datasprout.co\/*",
        "https:\/\/*.datasprout.co\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kdp.amazon.com\/*\/bookshelf*",
                "https:\/\/kdp.amazon.com\/bookshelf*",
                "https:\/\/kdp.amazon.com\/*\/reports-old*",
                "https:\/\/kdp.amazon.com\/reports-old*",
                "https:\/\/kdp.amazon.com\/*\/select*",
                "https:\/\/kdp.amazon.com\/select*"
            ],
            "js": [
                "libs.js",
                "datasprout.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "src\/images\/logo16.png",
        "src\/images\/logo32.png",
        "src\/images\/logo48.png",
        "src\/images\/logo128.png",
        "src\/images\/logo192.png",
        "src\/images\/logo512.png",
        "src\/layout\/accountError.html",
        "src\/layout\/main.html",
        "src\/fonts\/Overpass-Light.ttf",
        "src\/fonts\/Overpass-LightItalic.ttf",
        "src\/fonts\/Overpass-SemiBold.ttf",
        "src\/fonts\/fa-light-300.ttf",
        "src\/fonts\/fa-regular-400.ttf",
        "src\/fonts\/fa-solid-900.ttf"
    ],
    "manifest_version": 2
}