VintedTools

A utiliser avec un compte VintedTools

VintedTools là gì?

VintedTools là một tiện ích mở rộng Chrome được phát triển bởi http://vintalert.com, và tính năng chính của nó là "A utiliser avec un compte VintedTools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VintedTools

Tải xuống các tệp mở rộng VintedTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VintedTools VintedTools
ID bkfpklccmcjnndhfejifcnibghbkcboa
URL Chính Thức https://chrome.google.com/webstore/detail/vintedtools/bkfpklccmcjnndhfejifcnibghbkcboa
Mô tả A utiliser avec un compte VintedTools
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2021-12-02
Nhà Phát Triển http://vintalert.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.vintalert.com/start
URL Trang Trợ Giúp https://app.vintalert.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
}