BOOSTED

BOOST and Manage your dressing! ♥️ Have you ever dreamed of a robot working for your dressing? BOOSTED replaces you and…

Τι είναι το BOOSTED;

Το BOOSTED είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον boostedrobot, και η κύρια λειτουργία του είναι "BOOST and Manage your dressing! ♥️ Have you ever dreamed of a robot working for your dressing? BOOSTED replaces you and…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        BOOST and Manage your dressing!


♥️  Have you ever dreamed of a robot working for your dressing?

BOOSTED replaces you and automates many tasks to increase your sales
Boosted is an innovative extension specially designed to effectively re-post products and boost their rankings.

DISCLAIMER: This extension is neither affiliated with Vinted nor certified by Vinted.

     👉Re-publish hundreds of ads = Increased traffic to your dressing room
     👉Automatically add 30-70 views = Attract buyers
     👉Send automatic messages = Create a contact with a potential buyer
     
 👍 Re-post hundreds of ads with one click
     - Your posts will appear at the top of the results, look at the ranking number in your URL
     - Creation of copies of the exact text and photos

👏🏻 Automatically add 30-70 views for free to your articles
    - This will help your listings appear at the top of the catalog
   
🙌 Send automatic messages Contact potential buyers who favorite you in one click
    - From your notifications page contact customers who have left a favorite in one click
    - Create an attractive message, for example a price reduction or an offer on a lot
    - Your message stays in memory, no waste of time to rewrite!

  Trust Boosted to maximize the efficiency of your dressing

We are at our Version 1, we are waiting for your feedback to develop more features! See you soon!🤩                    

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

Όνομα BOOSTED BOOSTED
ID bbnbkioncpeinlkcpcclgiijliolgdlm
Επίσημο URL https://chromewebstore.google.com/detail/boosted/bbnbkioncpeinlkcpcclgiijliolgdlm
Περιγραφή BOOST and Manage your dressing! ♥️ Have you ever dreamed of a robot working for your dressing? BOOSTED replaces you and…
Μέγεθος Αρχείου 192 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.1.1.3
Τελευταία Ενημέρωση 2023-10-04
Ημερομηνία Δημοσίευσης 2023-06-26
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής boostedrobot
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1aJ0HXJVLSqFnh6vmFRrEDTulPn2cDCwKksC3QT2ucMo/edit
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BOOSTED",
    "description": "",
    "version": "1.1.1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "host_permissions": [
        "",
        "https:\/\/images1.vinted.net\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Welcome to BOOSTED",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}