KDP Wizard Kindle Direct Publishing Manager

KDP Wizard is a Kindle Direct Publishing organizer & listing tool that integrates with Airtable to supercharge your KDP business.

KDP Wizard Kindle Direct Publishing Manager란 무엇입니까?

KDP Wizard Kindle Direct Publishing Manager은(는) https://kdpwizard.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KDP Wizard is a Kindle Direct Publishing organizer & listing tool that integrates with Airtable to supercharge your KDP business."입니다.

확장 프로그램 스크린샷

KDP Wizard Kindle Direct Publishing Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        KDP Wizard is a Chrome Extension designed specifically for creators & authors to backup, organise and manage the entire contents of their KDP bookshelf in their own private & secure Airtable database.

The bookshelf data is synchronised with a few button clicks and then you can easily access your data at anytime and reuse that data to easily list new books using your existing book data as a starting template. 

Find out more at https://kdpwizard.app - but the main features are:

Super-fast book listing
Instantly populate all the book creation pages with a few clicks of the Wizard

Enhanced listing functionality
Copy & Paste anything from any page to as many new pages as you’d like

In-page smart dropdown menus
Re-use any previously saved elements of your book listings and create new profiles from them on-the-fly, then amend as desired

Rapid category search
Type a few characters and see ALL category matches in seconds, the click to select it and you’re done

Sales data integration right within your bookshelf
A complete set of sales tools providing you with a dashboard summary, a detailed breakdown of all your sales and that incredible ka-ching sound we all know and love for every new sale you make today

Backup your entire KDP portfolio securely to Airtable
Using Airtable, the most secure & trusted online database system, you can quickly push every single book from your KDP Bookshelf page to your own base, that only YOU have FULL control over

Built in integration for listing to other bookstores
Effortlessly push your KDP books over to Barnes & Noble, Rakuten Kobo & Google Play Books, with more to follow in the future

The most powerful search ever
With an unrivalled collection of searches, filters & sorts.. you have the power to find the exact book you’re looking for quicker than ever before

Unlimited analysis of your data
With a base PACKED with YOUR data, you can check through your book sales, reviews and rank so you keep your finger on the pulse at all times and know your portfolio’s performance inside out

Find out more out our website - https://kdpwizard.app                    

확장 프로그램 기본 정보

이름 KDP Wizard Kindle Direct Publishing Manager KDP Wizard Kindle Direct Publishing Manager
ID adibnbgijdimdlbifbembkmnbcebbdfk
공식 URL https://chromewebstore.google.com/detail/kdp-wizard-kindle-direct/adibnbgijdimdlbifbembkmnbcebbdfk
설명 KDP Wizard is a Kindle Direct Publishing organizer & listing tool that integrates with Airtable to supercharge your KDP business.
파일 크기 3.92 MB
설치 횟수 2,872
현재 버전 4.2.2
최근 업데이트 2023-02-15
출시 날짜 2020-06-11
평점 4.42/5 총 24 개의 평점
개발자 https://kdpwizard.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kdpwizard.app/
도움말 페이지 URL https://kdpwizard.freshdesk.com/support/solutions
개인정보 보호 정책 페이지 URL https://merchwizard.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KDP Wizard Kindle Direct Publishing Manager",
    "description": "KDP Wizard is a Kindle Direct Publishing organizer & listing tool that integrates with Airtable to supercharge your KDP business.",
    "version": "4.2.2",
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/kdp.amazon.com\/*",
                "https:\/\/kdpwizard.app\/*",
                "https:\/\/kdpwizard-app.\/*",
                "https:\/\/airtable.com\/*"
            ],
            "js": [
                "jsugly\/jquery-3.1.1.min.js",
                "jsugly\/jquery.lineProgressbar.js",
                "\/lib\/ckeditor\/ckeditor.js",
                "contentscriptsugly\/contentscriptKDP.js",
                "contentscriptsugly\/contentscriptCommon.js",
                "contentscriptsugly\/contentscriptWoo.js",
                "contentscriptsugly\/contentscriptAirtablev2.js",
                "\/jsugly\/airtable.browser.js",
                "\/dist\/moment.js",
                "\/dist\/moment-timezone-with-data.js",
                "\/dist\/featherlight.min.js",
                "\/dist\/slimselect.min.js",
                "\/dist\/cryptojs\/core.min.js",
                "\/dist\/cryptojs\/sha256.min.js"
            ],
            "css": [
                "css\/contentPage.css",
                "css\/lulu.css",
                "css\/jquery.lineProgressbar.css",
                "css\/relister.css",
                "css\/slimselect.css",
                "css\/nunito.css",
                "dist\/featherlight.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/kdpreports.amazon.com\/*"
            ],
            "js": [
                "contentscriptsugly\/contentscriptCommon.js",
                "\/dist\/moment.js",
                "\/dist\/moment-timezone-with-data.js",
                "jsugly\/jquery-3.1.1.min.js",
                "contentscriptsugly\/contentscriptKDPReports.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/press.barnesandnoble.com\/*"
            ],
            "js": [
                "jsugly\/jquery-3.1.1.min.js",
                "contentscriptsugly\/contentscriptCommon.js",
                "contentscriptsugly\/contentscriptBAN.js"
            ],
            "css": [
                "css\/contentPage.css",
                "css\/barnesandnoblesNewBook.css"
            ]
        },
        {
            "matches": [
                "https:\/\/writinglife.kobo.com\/*"
            ],
            "js": [
                "jsugly\/jquery-3.1.1.min.js",
                "contentscriptsugly\/contentscriptCommon.js",
                "contentscriptsugly\/contentscriptKobo.js"
            ],
            "css": [
                "css\/contentPage.css",
                "css\/kobobook.css"
            ]
        },
        {
            "matches": [
                "https:\/\/play.google.com\/books\/*"
            ],
            "js": [
                "jsugly\/jquery-3.1.1.min.js",
                "contentscriptsugly\/contentscriptCommon.js",
                "contentscriptsugly\/contentscriptGoogleBooks.js"
            ],
            "css": [
                "css\/contentPage.css",
                "css\/googlebooks.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.lulu.com\/*",
                "http:\/\/www.lulu.com\/*"
            ],
            "js": [
                "jsugly\/jquery-3.1.1.min.js",
                "contentscriptsugly\/contentscriptCommon.js",
                "contentscriptsugly\/contentscriptLulu.js"
            ],
            "css": [
                "css\/contentPage.css",
                "css\/lulu.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "downloads",
        "notifications",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/s3.amazonaws.com\/*",
        "https:\/\/api.gumroad.com\/*",
        "https:\/\/kdpwizard.app\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazonaws.com\/*",
        "*:\/\/kdpreports.amazon.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "images\/*.jpg",
                "\/images\/*.png",
                "\/images\/flags\/*.png",
                "\/images\/*.gif",
                "\/lib\/angular\/cat.tmp",
                "https:\/\/use.fontawesome.com\/releases\/v5.6.3\/js\/all.js",
                "fonts\/nunito\/Nunito-Regular.ttf",
                "fonts\/nunito\/Nunito-SemiBold.ttf",
                "fonts\/nunito\/Nunito-Bold.ttf",
                "fonts\/nunito\/Nunito-ExtraBold.ttf",
                "fonts\/nunito\/Nunito-Black.ttf",
                "\/lib\/trum\/trumbowyg.min.js",
                "\/lib\/trum\/trumbowyg.min.css",
                "\/lib\/trum\/icons.svg",
                "\/jsugly\/*.js",
                "jsugly\/*.js",
                "js\/*.js",
                "\/dist\/slimselect.min.js",
                "\/app\/*.json",
                "\/appugly\/*.json",
                "appugly\/*.json",
                "\/audio\/*.mp3",
                "css\/barnesandnoblesNewBook.css"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_title": "KDP Wizard",
        "default_icon": "images\/KDPWizard128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/KDPWizard128.png",
        "48": "images\/KDPWizard48.png",
        "16": "images\/KDPWizard16.png"
    },
    "commands": {
        "populatepage": {
            "suggested_key": {
                "default": "Alt+N",
                "windows": "Alt+N",
                "mac": "Alt+N"
            },
            "description": "Populate Page"
        },
        "submitpage": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "Submit Page"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Alt+K"
            },
            "description": "Open KDP Wizard"
        }
    },
    "manifest_version": 3
}