DataSpark Tools

Display DataSpark data on other sites.

DataSpark Tools क्या है?

DataSpark Tools https://dataspark.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display DataSpark data on other sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DataSpark Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}