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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}