Soundcharts

The Soundcharts extension help you to navigate to Soundcharts in one click.

Soundcharts란 무엇입니까?

Soundcharts은(는) https://soundcharts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Soundcharts extension help you to navigate to Soundcharts in one click."입니다.

확장 프로그램 스크린샷

screenshot

Soundcharts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get to any Soundcharts Artist, Song and Playlist profiles from social or streaming platforms, in 1 click.

Soundcharts is a productivity platform that allows you to develop and monitor careers, find new talents, and have all the data you need to navigate through the music industry.

If you are already a Soundcharts user, this feature will allow you to gain productivity and most likely make your life much easier whilst using the platform.

The full Soundcharts platform includes:
     - Real-time Airplay, Playlists, Charts, and Social media data
     - The entire music market in a single dashboard
     - The sources of growth by country and platform
     - An artist comparison tools
     - Artist profiles of over 5 million artists
     - Radio and platform charts to discover trending artists and songs
     - Real-time notifications and reports to keep an eye on a growing talent                    

확장 프로그램 기본 정보

이름 Soundcharts Soundcharts
ID iadlijmikoklccckbdlpcehbingdkljn
공식 URL https://chromewebstore.google.com/detail/soundcharts/iadlijmikoklccckbdlpcehbingdkljn
설명 The Soundcharts extension help you to navigate to Soundcharts in one click.
파일 크기 38 KB
설치 횟수 1,017
현재 버전 2.0.2
최근 업데이트 2023-10-25
출시 날짜 2021-06-03
평점 5.00/5 총 4 개의 평점
개발자 https://soundcharts.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://soundcharts.com
도움말 페이지 URL https://help.soundcharts.com/
개인정보 보호 정책 페이지 URL https://soundcharts.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soundcharts",
    "version": "2.0.2",
    "description": "The Soundcharts extension help you to navigate to Soundcharts in one click.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/icon-19.png",
        "default_title": "Open on Soundcharts",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "contextMenus",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "19": "assets\/icon-19.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/floating-extension-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "floating.js"
            ],
            "run_at": "document_end"
        }
    ]
}