Marketplace Helper

An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…

Marketplace Helper là gì?

Marketplace Helper là một tiện ích mở rộng Chrome được phát triển bởi https://fbdropshipper.com, và tính năng chính của nó là "An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Marketplace Helper

Tải xuống các tệp mở rộng Marketplace Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products to your dashboard.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Marketplace Helper Marketplace Helper
ID aacfikigofciaffpaeohjmnckodhoafk
URL Chính Thức https://chromewebstore.google.com/detail/marketplace-helper/aacfikigofciaffpaeohjmnckodhoafk
Mô tả An extension to help marketplace sellers with their daily activities. Allows you to list products automatically and import products…
Kích Thước Tệp 243 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 3.4.8
Cập Nhật Lần Cuối 2022-09-20
Ngày Phát Hành 2022-02-14
Nhà Phát Triển https://fbdropshipper.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://fbdropshipper.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}