depoPA

Streamline your Depop shop, save money, and save time all in one easy solution.

depoPA là gì?

depoPA là một tiện ích mở rộng Chrome được phát triển bởi https://depopa.co, và tính năng chính của nó là "Streamline your Depop shop, save money, and save time all in one easy solution.".

Ả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 depoPA

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

                        DepoPa is your smart Depop Bot with ever evolving functionality with aim to make your job easier.

DepoPA will act as Depop Sales Bot but also helping you managing the changes around your shop. Based on user feedback we have removed some functionality as following and unfollowing users as latest Depop changes in app do not take in consideration the following base per shop.

DepoPA offers several useful features to make your Depop experience smoother and more profitable. With its Refresh Listing functionality, you can quickly and easily get more exposure for your shop and listings. No more wasting time manually refreshing each listing - DepoPA can handle it all with just a click of a button!

In addition, DepoPA offers a Pre-Schedule Refreshing function that allows you to keep your shop up-to-date even if you're short on time. Simply set your desired refresh intervals and let DepoPA take care of the rest.

Finally, DepoPA can also help you adjust your pricing with its Update Pricing feature. Whether you need to adjust your prices due to rising inflation or offer a discount to your customers, you can do it all with just one click. With these powerful tools at your disposal, managing your Depop shop has never been easier!                    

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

Tên depoPA depoPA
ID ecdklkojamamhphhobgimlaaledphopc
URL Chính Thức https://chromewebstore.google.com/detail/depopa/ecdklkojamamhphhobgimlaaledphopc
Mô tả Streamline your Depop shop, save money, and save time all in one easy solution.
Kích Thước Tệp 254 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-01
Ngày Phát Hành 2023-03-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://depopa.co
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://depopa.co/
URL Trang Chính Sách Bảo Mật https://depopa.co/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "depoPA",
    "description": "Streamline your Depop shop, save money, and save time all in one easy solution.",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.depop.com\/*",
        "https:\/\/*.on.aws\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.depop.com\/*"
            ],
            "js": [
                "foreground.js"
            ],
            "css": [
                "styles\/foreground.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "128": "images\/logo.png"
    }
}