ScoutX

ScoutX, Product research tool for Amazon Sellers.

Τι είναι το ScoutX;

Το ScoutX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://inventorylab.com, και η κύρια λειτουργία του είναι "ScoutX, Product research tool for Amazon Sellers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ScoutX

Λήψη αρχείων επέκτασης ScoutX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ScoutX is a product research tool for Amazon Sellers that allows you to see all of the important data points in one handy widget. Calculate profit, see sales rank history and analytics, view product variations, reviews, and more!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ScoutX ScoutX
ID klbnmocooncmgfkddgbjdcfmbbbcfcdj
Επίσημο URL https://chromewebstore.google.com/detail/scoutx/klbnmocooncmgfkddgbjdcfmbbbcfcdj
Περιγραφή ScoutX, Product research tool for Amazon Sellers.
Μέγεθος Αρχείου 1.54 MB
Αριθμός Εγκαταστάσεων 3,800
Τρέχουσα Έκδοση 1.0.20
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2023-04-24
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://inventorylab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://inventorylab.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.inventorylab.com/hc/en-us
URL της Σελίδας Πολιτικής Απορρήτου https://inventorylab.com/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScoutX",
    "short_name": "ScoutX",
    "description": "ScoutX, Product research tool for Amazon Sellers.",
    "version": "1.0.20",
    "version_name": "1.0.20",
    "author": "ScoutX ",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "action": {
        "default_title": "ScoutX",
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon_16-off.png",
            "32": "assets\/icons\/icon_32-off.png"
        }
    },
    "background": {
        "service_worker": ".\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/contentScripts.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/gtm.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "declarativeNetRequest",
        "webRequest",
        "cookies",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.inventorylab.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_amazon",
                "enabled": false,
                "path": "assets\/files\/ruleset_amazon.json"
            }
        ]
    },
    "oauth2": {
        "client_id": "472530664556-btdqth0hm4tm5crnfvk85b3vqr8vr2ag.apps.googleusercontent.com",
        "client_secret": "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",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "profile",
            "email"
        ]
    }
}