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 |
官方網址 | 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" } |