VintedTools
A utiliser avec un compte VintedTools
VintedTools क्या है?
VintedTools http://vintalert.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A utiliser avec un compte VintedTools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VintedTools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |