Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
什么是Marketplace Helper?
Marketplace Helper是由https://fbdropshipper.com开发的Chrome扩展程序,该扩展的主要功能是“An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…”。
扩展截图
下载Marketplace Helper扩展crx文件
下载Marketplace Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard. 扩展基本信息
| 名称 | |
| ID | aacfikigofciaffpaeohjmnckodhoafk |
| 官方URL | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
| 简介 | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
| 文件大小 | 243 KB |
| 安装次数 | 11 |
| 当前版本 | 3.4.8 |
| 更新时间 | 2022-09-20 |
| 上架时间 | 2022-02-14 |
| 开发者 | https://fbdropshipper.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://fbdropshipper.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Marketplace Helper",
"version": "3.4.8",
"description": "",
"manifest_version": 3,
"incognito": "split",
"icons": {
"128": "assets\/icons\/icon.png"
},
"action": {
"default_icon": "assets\/icons\/icon.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/gp\/search\/*",
"https:\/\/www.amazon.com\/s\/*",
"https:\/\/www.amazon.com\/s?*",
"https:\/\/www.amazon.com\/*\/dp\/*",
"https:\/\/www.amazon.com\/dp\/*"
],
"all_frames": false,
"js": [
"scripts\/external-integration.js"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"tabs",
"storage",
"scripting",
"clipboardRead",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/www.facebook.com\/marketplace\/*",
"https:\/\/*.fbdropshipper.com\/*",
"https:\/\/www.amazon.com\/*"
]
} | |