Depop Bot - Bump | Refresh your Listings

Bump is the #1 automation tool for Depop. It lets you automatically refresh your listings on Depop, leading to more sales for your…

Depop Bot - Bump | Refresh your Listings là gì?

Depop Bot - Bump | Refresh your Listings là một tiện ích mở rộng Chrome được phát triển bởi https://bump.bot, và tính năng chính của nó là "Bump is the #1 automation tool for Depop. It lets you automatically refresh your listings on Depop, leading to more sales for your…".

Ả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 Depop Bot - Bump | Refresh your Listings

Tải xuống các tệp mở rộng Depop Bot - Bump | Refresh your 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

                        Bump is the #1 automation tool for Depop. It lets you automatically refresh your listings on Depop, leading to more sales for your business. 

Bump is the only Depop sales bot that offers a FREE FOREVER plan, where you can refresh/bump 100 listings per day at no charge, with no payment information required.

Do you refresh (aka bump) the items in your Depop shop at least once a day? If you do this, then your listings will appear on the top of your followers' feeds when they use the Depop app. Your listings will also appear at the top of search results when people search for brands / keywords from your shop's listings. 

By bumping your inventory regularly, you'll get more exposure for your shop and generate more sales. Refreshing your listings manually can take hours per day, but with bump, you can put this tedious work on autopilot.

As a reselling entrepreneur, you have to focus on high leverage tasks. Don’t waste your time on manually performing tedious work like refreshing your listings and following people on Depop. Let Bump do this work for you.

With Bump growing your Depop account on autopilot, you’ll have more time to source inventory, create listings, and focus on other important aspects of your business.

Bump's widget appears when you are on depop.com and it allows you to automatically:
- Refresh / bump your listings
- Re-list any of your listings
- Like any user's items
- Like your own items
- Follow any user's followers
- Unfollow the user's you already follow
- And much more.

Supported in the USA 🇺🇸, the UK 🇬🇧, and Italy 🇮🇹.

Data usage disclaimer: Bump collects your email and password when you create an account, which allows you to log in to your Bump account. When you start a subscription, our extension uses a 3rd party payment processing company called Stripe to collect your payment information. Stripe may also collect information about your location in order to identify and prevent fraudulent payments.

Depop is a registered trademark of Depop Limited, incorporated. bump is not affiliated with, endorsed by, sponsored by or otherwise related to Depop Limited, incorporated or any of its affiliates or subsidiaries.                    

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

Tên Depop Bot - Bump | Refresh your Listings Depop Bot - Bump | Refresh your Listings
ID oneijjbchgbbeajhigkbgkdedpobhado
URL Chính Thức https://chromewebstore.google.com/detail/depop-bot-bump-refresh-yo/oneijjbchgbbeajhigkbgkdedpobhado
Mô tả Bump is the #1 automation tool for Depop. It lets you automatically refresh your listings on Depop, leading to more sales for your…
Kích Thước Tệp 362 KB
Số Lần Cài Đặt 9,203
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2021-01-22
Đánh Giá 4.11/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://bump.bot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bump.bot
URL Trang Trợ Giúp https://bump.bot/contact
URL Trang Chính Sách Bảo Mật https://bump.bot/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Depop Bot - Bump | Refresh your Listings",
    "short_name": "Bump",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.depop.com\/*",
                "*:\/\/depop.com\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "app.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/*.depop.com\/*"
    ],
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "96": "img\/logo-96.png",
        "128": "img\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo-16.png",
            "32": "img\/logo-32.png",
            "48": "img\/logo-48.png",
            "96": "img\/logo-96.png",
            "128": "img\/logo-128.png"
        },
        "default_title": "Bump"
    },
    "version": "1.0.10"
}