depoPA

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

什麼是depoPA?

depoPA是由https://depopa.co開發的Chrome擴展程式,該擴展的主要功能是“Streamline your Depop shop, save money, and save time all in one easy solution.”。

擴展截圖

screenshot

下載depoPA擴展crx文件

下載depoPA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 depoPA depoPA
ID ecdklkojamamhphhobgimlaaledphopc
官方網址 https://chromewebstore.google.com/detail/depopa/ecdklkojamamhphhobgimlaaledphopc
簡介 Streamline your Depop shop, save money, and save time all in one easy solution.
檔案大小 254 KB
安裝次數 26
目前版本 1.0
更新時間 2023-04-01
上架時間 2023-03-13
評分 5.00/5 共 3 次評分
開發者 https://depopa.co
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://depopa.co/
隱私政策頁面URL https://depopa.co/privacy-policy.html
支援的語言 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"
    }
}