VintedTools

A utiliser avec un compte VintedTools

ما هو VintedTools؟

VintedTools هو إضافة Chrome تم تطويرها بواسطة http://vintalert.com، والميزة الرئيسية لها هي "A utiliser avec un compte VintedTools".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة VintedTools

قم بتنزيل ملفات الامتداد VintedTools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم VintedTools VintedTools
ID bkfpklccmcjnndhfejifcnibghbkcboa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/vintedtools/bkfpklccmcjnndhfejifcnibghbkcboa
الوصف A utiliser avec un compte VintedTools
حجم الملف 208 KB
عدد التثبيتات 111
النسخة الحالية 0.0.3
آخر تحديث 2022-05-19
تاريخ النشر 2021-12-02
المطور http://vintalert.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://app.vintalert.com/start
عنوان صفحة المساعدة https://app.vintalert.com/contact
اللغات المدعومة 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"
}