VintedTools

A utiliser avec un compte VintedTools

VintedTools란 무엇입니까?

VintedTools은(는) http://vintalert.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A utiliser avec un compte VintedTools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VintedTools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}