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 |
| 官方網址 | 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\/*"
]
} | |