dExport - Export Depop Listings

One click to export Depop listings to CSV file.

dExport - Export Depop Listings là gì?

dExport - Export Depop Listings là một tiện ích mở rộng Chrome được phát triển bởi Hawstein Studio, và tính năng chính của nó là "One click to export Depop listings to CSV file.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng dExport - Export Depop Listings

Tải xuống các tệp mở rộng dExport - Export Depop Listings 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

                        The best export tool for your Depop listings. Just click a button and save all your Depop listings to a CSV file.

# CHANGE LOGS
* 1.0.1 [Enhancement] Remove tabs permission.
* 1.0.0 [Feature] Release the first version.                    

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

Tên dExport - Export Depop Listings dExport - Export Depop Listings
ID mgbemjlfcilhenjiodddmdekdggjhhpg
URL Chính Thức https://chromewebstore.google.com/detail/dexport-export-depop-list/mgbemjlfcilhenjiodddmdekdggjhhpg
Mô tả One click to export Depop listings to CSV file.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-05-10
Ngày Phát Hành 2023-03-11
Nhà Phát Triển Hawstein Studio
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://hawstein.studio/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dExport - Export Depop Listings",
    "description": "One click to export Depop listings to CSV file.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-b86273a5.ffb5f43c.js"
            ],
            "matches": [
                "*:\/\/*.depop.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.depop.com\/*"
            ],
            "resources": [
                "assets\/chunk-b86273a5.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src *; font-src *; img-src *; style-src * 'unsafe-inline'"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.depop.com\/",
        "https:\/\/debob.co\/"
    ]
}