FBA DS Streamtools

FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker

FBA DS Streamtools란 무엇입니까?

FBA DS Streamtools은(는) https://fbadealsource.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FBA DS Streamtools – Restrictions, HAZMAT and Dangerous Goods Checker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FBA DS Streamtools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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\/*"
        ]
    }
}