Debump

Debump is a chrome extension that helps Depop sellers automatically refresh their items.

Debump là gì?

Debump là một tiện ích mở rộng Chrome được phát triển bởi Debump, và tính năng chính của nó là "Debump is a chrome extension that helps Depop sellers automatically refresh their items.".

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

screenshot

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

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

                        Are you tired of manually refreshing all your items? Then let Debump do it for you! Simply click a button and it'll get to work "bumping" your items right before your eyes, letting you focus on more important things.

Everyone gets a free 7-day trial. After that Debump costs $8 per month (+ VAT in certain regions).

If you have any questions or thoughts about Debump, feel free to shoot me an email at [email protected]                    

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

Tên Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
URL Chính Thức https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Mô tả Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-04-10
Ngày Phát Hành 2021-04-05
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Debump
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.debumpbot.com/
URL Trang Trợ Giúp https://www.debumpbot.com/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debump",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": ".\/db 128x128.png",
        "32": ".\/db 32x32.png",
        "48": ".\/db 48x48.png",
        "16": ".\/db 16x16.png"
    },
    "description": "Debump is a chrome extension that helps Depop sellers automatically refresh their items.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.depop.com\/*",
        "http:\/\/*.depop.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click on the icon to get started",
        "default_icon": {
            "128": ".\/db 128x128.png",
            "32": ".\/db 32x32.png",
            "48": ".\/db 48x48.png",
            "16": ".\/db 16x16.png"
        }
    }
}