VintedTools
A utiliser avec un compte VintedTools
Что такое VintedTools?
VintedTools - это расширение Chrome, разработанное http://vintalert.com, и его основная функция - "A utiliser avec un compte VintedTools".
Снимки экрана расширения
Скачать файл CRX расширения VintedTools
Скачайте файлы расширений 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"
} | |