FBA DS Streamtools

FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker

Qu'est-ce que FBA DS Streamtools ?

FBA DS Streamtools est une extension Chrome développée par https://fbadealsource.com, et sa fonction principale est "FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FBA DS Streamtools

Téléchargez les fichiers d'extension FBA DS Streamtools 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

                        A companion tool to link your Seller Central account with FBA Deal Source, to retrieve personalised gated / ungated information, along with checking of HAZMAT and Dangerous Goods.

Auto-ungating at the click of a button.

100% free with your FBA Deal Source subscription.  To find out more, visit https://fbadealsource.com                    

Informations de Base sur l'Extension

Nom FBA DS Streamtools FBA DS Streamtools
ID mfhjcpandbejmnpgjamghghdcecodhnc
URL Officiel https://chromewebstore.google.com/detail/fba-ds-streamtools/mfhjcpandbejmnpgjamghghdcecodhnc
Description FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker
Taille du Fichier 285 KB
Nombre d'Installations 76
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-05-09
Date de Publication 2020-10-25
Développeur https://fbadealsource.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fbadealsource.com
URL de la Page de Politique de Confidentialité https://fbadealsource.com/privacy-policy
Langues Prises en Charge en-GB
manifest.json
{
    "background": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ],
        "persistent": true,
        "scripts": [
            "vendor\/jquery.js",
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "html\/popup.html",
        "default_title": "FBA Deal Source"
    },
    "content_scripts": [
        {
            "css": [
                "css\/custom.css",
                "vendor\/jquery-ui\/jquery-ui.min.css"
            ],
            "js": [
                "vendor\/jquery.js",
                "js\/fontawesome.js",
                "vendor\/jquery-ui\/jquery-ui.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/fbadealsource.com\/*",
                "*:\/\/*.sellertoolkit.co.uk\/*"
            ]
        }
    ],
    "description": "FBA DS Streamtools \u2013 Restrictions, HAZMAT and Dangerous Goods Checker",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "FBA DS Streamtools",
    "permissions": [
        "cookies",
        "https:\/\/fbadealsource.com\/*",
        "https:\/\/sellercentral.amazon.co.uk\/*",
        "https:\/\/eu.account.amazon.com\/*",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "storage"
    ],
    "short_name": "FBA-DS",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "web_accessible_resources": [
        "img\/*",
        "vendor\/jquery-ui\/images\/*",
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fbadealsource.com\/*",
            "*:\/\/fbadealsource.com\/*",
            "*:\/\/*.selleramp.com\/*",
            "*:\/\/*.sellertoolkit.co.uk\/*"
        ]
    }
}