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”。
擴展截圖
下載FBA DS Streamtools擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | mfhjcpandbejmnpgjamghghdcecodhnc |
官方網址 | 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\/*" ] } } |