DataSpark Tools

Display DataSpark data on other sites.

Qu'est-ce que DataSpark Tools ?

DataSpark Tools est une extension Chrome développée par https://dataspark.co, et sa fonction principale est "Display DataSpark data on other sites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DataSpark Tools

Téléchargez les fichiers d'extension DataSpark Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DataSpark Tools DataSpark Tools
ID abnaiofmnpfkkalcaaiidpeojccgocoe
URL Officiel https://chromewebstore.google.com/detail/dataspark-tools/abnaiofmnpfkkalcaaiidpeojccgocoe
Description Display DataSpark data on other sites.
Taille du Fichier 187 KB
Nombre d'Installations 5,321
Version Actuelle 0.5.4
Dernière Mise à Jour 2023-10-20
Date de Publication 2021-06-09
Évaluation 3.71/5 Total 7 Évaluations
Développeur https://dataspark.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dataspark.co
URL de la Page d'Aide https://dataspark.co/contact
URL de la Page de Politique de Confidentialité https://dataspark.co/privacy-policy
Langues Prises en Charge 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
        }
    ]
}