KDP Sales Notifications

Get notified whenever you make new sales.

KDP Sales Notifications란 무엇입니까?

KDP Sales Notifications은(는) https://kindle-prime.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notified whenever you make new sales."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

KDP Sales Notifications 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We all love to hear that sound, yes, the sound of new sales!

Get notified whenever your make new sales on KDP in real-time.

This FREE extension is part of the Kindle Prime software, the most complete KDP automation tool you will ever find in the market.

You should try it out: https://www.kindle-prime.com                    

확장 프로그램 기본 정보

이름 KDP Sales Notifications KDP Sales Notifications
ID dbeabmlhamomaaplbgkkpcoapajejnpn
공식 URL https://chromewebstore.google.com/detail/kdp-sales-notifications/dbeabmlhamomaaplbgkkpcoapajejnpn
설명 Get notified whenever you make new sales.
파일 크기 1.54 MB
설치 횟수 2,817
현재 버전 2.07
최근 업데이트 2021-05-04
출시 날짜 2021-01-06
평점 5.00/5 총 4 개의 평점
개발자 https://kindle-prime.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kindle-prime.com
도움말 페이지 URL https://www.facebook.com/KindlePrime
개인정보 보호 정책 페이지 URL https://www.kindle-prime.com/privacy-policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KDP Sales Notifications",
    "description": "Get notified whenever you make new sales.",
    "version": "2.07",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/www.kindle-prime.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/moment.js",
            "js\/xlsx.full.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "KDP Sales Notifications",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "popup\/*",
        "sounds\/*",
        "images\/*"
    ]
}