VintedTools
A utiliser avec un compte VintedTools
O que é VintedTools?
VintedTools é uma extensão do Chrome desenvolvida por http://vintalert.com, e sua principal característica é "A utiliser avec un compte VintedTools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VintedTools
Baixe arquivos de extensão VintedTools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | bkfpklccmcjnndhfejifcnibghbkcboa |
URL Oficial | https://chrome.google.com/webstore/detail/vintedtools/bkfpklccmcjnndhfejifcnibghbkcboa |
Descrição | A utiliser avec un compte VintedTools |
Tamanho do Arquivo | 208 KB |
Contagem de Instalações | 111 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-05-19 |
Data de Publicação | 2021-12-02 |
Desenvolvedor | http://vintalert.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://app.vintalert.com/start |
URL da Página de Ajuda | https://app.vintalert.com/contact |
Idiomas Suportados | 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" } |