FBA DS Streamtools

FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker

ما هو FBA DS Streamtools؟

FBA DS Streamtools هو إضافة Chrome تم تطويرها بواسطة https://fbadealsource.com، والميزة الرئيسية لها هي "FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FBA DS Streamtools

قم بتنزيل ملفات الامتداد FBA DS Streamtools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم FBA DS Streamtools FBA DS Streamtools
ID mfhjcpandbejmnpgjamghghdcecodhnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/fba-ds-streamtools/mfhjcpandbejmnpgjamghghdcecodhnc
الوصف FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker
حجم الملف 285 KB
عدد التثبيتات 76
النسخة الحالية 1.1.1
آخر تحديث 2022-05-09
تاريخ النشر 2020-10-25
المطور https://fbadealsource.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fbadealsource.com
عنوان صفحة سياسة الخصوصية https://fbadealsource.com/privacy-policy
اللغات المدعومة 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\/*"
        ]
    }
}