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 |
| Eメール | [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\/*"
]
} | |