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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fbdropshipper.com และคุณลักษณะหลักของมันคือ "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marketplace Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Marketplace Helper Marketplace Helper
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\/*"
    ]
}