FBA DS Streamtools

FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker

Cos'è FBA DS Streamtools?

FBA DS Streamtools è un'estensione di Chrome sviluppata da https://fbadealsource.com, e la sua funzione principale è "FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FBA DS Streamtools

Scarica i file di estensione FBA DS Streamtools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FBA DS Streamtools FBA DS Streamtools
ID mfhjcpandbejmnpgjamghghdcecodhnc
URL Ufficiale https://chromewebstore.google.com/detail/fba-ds-streamtools/mfhjcpandbejmnpgjamghghdcecodhnc
Descrizione FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker
Dimensione del File 285 KB
Conteggio Installazioni 76
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-05-09
Data di Pubblicazione 2020-10-25
Sviluppatore https://fbadealsource.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fbadealsource.com
URL della Pagina della Politica sulla Privacy https://fbadealsource.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}