DataSpark Tools

Display DataSpark data on other sites.

DataSpark Tools란 무엇입니까?

DataSpark Tools은(는) https://dataspark.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display DataSpark data on other sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Walmart marketplace sellers can display DataSpark data (like sales estimates) right on Walmart and Amazon webpages.

DataSpark brings you the best Walmart seller tools to make your wholesale, sourcing, arbitrage, and own brand selling easier. We seamlessly embed product information on Walmart.com to help you evaluate potential products and verify decisions. Seller tools made easy!

Featured data for WMT includes:
Sales Estimates
Historical Price tracking and trends
Sales Rank
Buy Box Percentage
Coming soon Amazon Detail Page integration as well as Walmart Seller Center, Amazon Seller Central, and more ecommerce seller tools to help you track and win in all of your marketplaces. 

Thank you!

The Data Spark Team                    

확장 프로그램 기본 정보

이름 DataSpark Tools DataSpark Tools
ID abnaiofmnpfkkalcaaiidpeojccgocoe
공식 URL https://chromewebstore.google.com/detail/dataspark-tools/abnaiofmnpfkkalcaaiidpeojccgocoe
설명 Display DataSpark data on other sites.
파일 크기 187 KB
설치 횟수 5,321
현재 버전 0.5.4
최근 업데이트 2023-10-20
출시 날짜 2021-06-09
평점 3.71/5 총 7 개의 평점
개발자 https://dataspark.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dataspark.co
도움말 페이지 URL https://dataspark.co/contact
개인정보 보호 정책 페이지 URL https://dataspark.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DataSpark Tools",
    "description": "Display DataSpark data on other sites.",
    "version": "0.5.4",
    "action": {
        "default_icon": "submark.png",
        "default_popup": "popup.html",
        "default_title": "DataSpark"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.walmart.com\/*",
        "https:\/\/walmart.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/dataspark.co\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ],
            "js": [
                "shared.content_script.js",
                "walmart.content_script.js"
            ],
            "css": [
                "primary_content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "shared.content_script.js",
                "amazon.content_script.js"
            ],
            "css": [
                "primary_content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "fonts\/*.ttf",
                "walmart_content.css",
                "images\/*.svg"
            ],
            "matches": [
                "https:\/\/*.walmart.com\/*",
                "https:\/\/walmart.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/dataspark.co\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}