VintedTools

A utiliser avec un compte VintedTools

Co to jest VintedTools?

VintedTools to rozszerzenie Chrome opracowane przez http://vintalert.com, a jego główną funkcją jest „A utiliser avec un compte VintedTools”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia VintedTools

Pobierz pliki rozszerzeń VintedTools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Profitez de vos recherches sauvegardées avec votre compte VintAlert.

1. Connectez-vous avec votre compte VintAlert
2. Allez sur le site officiel Vinted.fr et parcourez vos recherches sauvegardées
3. Enregistrez vos recherches sauvegardées grâce à l'extension et recevez chaque jour un email avec les derniers produits mis en ligne                    

Podstawowe informacje o rozszerzeniu

Nazwa VintedTools VintedTools
ID bkfpklccmcjnndhfejifcnibghbkcboa
Oficjalny URL https://chrome.google.com/webstore/detail/vintedtools/bkfpklccmcjnndhfejifcnibghbkcboa
Opis A utiliser avec un compte VintedTools
Rozmiar pliku 208 KB
Liczba instalacji 111
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2022-05-19
Data Publikacji 2021-12-02
Deweloper http://vintalert.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.vintalert.com/start
Adres URL Strony Pomocy https://app.vintalert.com/contact
Obsługiwane Języki fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "assets\/icons\/vintedtools.png",
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.vinted.fr\/*"
            ],
            "js": [
                ".\/contentScripts.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "A utiliser avec un compte VintedTools",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "VintedTools",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "0.0.3"
}