Debump

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

Τι είναι το Debump;

Το Debump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Debump, και η κύρια λειτουργία του είναι "Debump is a chrome extension that helps Depop sellers automatically refresh their items.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Debump

Λήψη αρχείων επέκτασης Debump σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Debump Debump
ID naoanpnjififodcipibbkgejbohcbnge
Επίσημο URL https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge
Περιγραφή Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Μέγεθος Αρχείου 108 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-04-10
Ημερομηνία Δημοσίευσης 2021-04-05
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Debump
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.debumpbot.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.debumpbot.com/contact
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}