VintedTools

A utiliser avec un compte VintedTools

What is VintedTools?

VintedTools is a Chrome extension developed by http://vintalert.com, and its main feature is "A utiliser avec un compte VintedTools".

Extension Screenshots

screenshot
screenshot

Download VintedTools Extension CRX File

Download VintedTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name VintedTools VintedTools
ID bkfpklccmcjnndhfejifcnibghbkcboa
Official URL https://chrome.google.com/webstore/detail/vintedtools/bkfpklccmcjnndhfejifcnibghbkcboa
Description A utiliser avec un compte VintedTools
File Size 208 KB
Installation Count 111
Current Version 0.0.3
Last Updated 2022-05-19
Publish Date 2021-12-02
Developer http://vintalert.com
Email [email protected]
Payment Type free
Extension Website https://app.vintalert.com/start
Help Page URL https://app.vintalert.com/contact
Supported Languages 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"
}