Marketplace Helper
An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Vad är Marketplace Helper?
Marketplace Helper är en Chrome-tillägg utvecklad av https://fbdropshipper.com, och dess huvudfunktion är "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".
Tilläggsskärmbilder
Ladda ner Marketplace Helper-förlängningens CRX-fil
Ladda ner Marketplace Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | aacfikigofciaffpaeohjmnckodhoafk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk | 
| Beskrivning | An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products… | 
| Filstorlek | 243 KB | 
| Antal Installationer | 11 | 
| Aktuell Version | 3.4.8 | 
| Senast Uppdaterad | 2022-09-20 | 
| Publiceringsdatum | 2022-02-14 | 
| Utvecklare | https://fbdropshipper.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://fbdropshipper.com/privacy-policy | 
| Stödda Språk | 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\/*"
    ]
}  |  |