VintedTools
A utiliser avec un compte VintedTools
什么是VintedTools?
VintedTools是由http://vintalert.com开发的Chrome扩展程序,该扩展的主要功能是“A utiliser avec un compte VintedTools”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } |