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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
        ]
    }
}