Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Hvad er Marketplace Helper?
Marketplace Helper er en Chrome-udvidelse udviklet af https://fbdropshipper.com, og dens hovedfunktion er "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
Udvidelsesskærmbilleder
Download Marketplace Helper-udvidelses-CRX-fil
Download Marketplace Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aacfikigofciaffpaeohjmnckodhoafk |
| Officiel URL | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk |
| Beskrivelse | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… |
| Filstørrelse | 243 KB |
| Antal Installationer | 11 |
| Nuværende Version | 3.4.8 |
| Senest Opdateret | 2022-09-20 |
| Udgivelsesdato | 2022-02-14 |
| Udvikler | https://fbdropshipper.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://fbdropshipper.com/privacy-policy |
| Understøttede Sprog | 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\/*"
]
} | |