VintedTools

A utiliser avec un compte VintedTools

VintedToolsとは何ですか?

VintedToolsはhttp://vintalert.comによって開発されたChromeの拡張機能で、その主な機能は「A utiliser avec un compte VintedTools」です。

拡張機能のスクリーンショット

screenshot
screenshot

VintedTools拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}