REASELL - Outil de Tracking & d'Analyse pour Vinted

REASELL - Outil de Tracking & d'Analyse pour Vinted

ID: nedolepficdlnfbnihccoglcecggblgj

Extension Info & Metadata

Status
Active
Version
0.0.0.1
Size
0.67 MB
Rating
0.0/5
Reviews
0
Users
22
Type
Extension
Updated
Jun 12, 2026
Category
Tools
Price
Free
Featured
No
Visibility
Unlisted
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
NicolasView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Website
Visit
Total Extensions
14
Active
3
Obsolete
2
Listed
13
Unlisted
1
Total Users
276
Screenshot 1
Screenshot 2
Screenshot 3

Découvrez QUOI vendre, QUAND et à QUEL prix ! L'outil indispensable des resellers pour booster son chiffre d'affaire facilement !

Reasell : L'outil essentiel pour optimiser vos ventes sur Vinted Reasell dispose d'un moteur de recherche avancé sur les articles déjà vendus, permettant de consulter des statistiques précises telles que le prix de vente moyen, les fourchettes de prix réels, ainsi que les tailles, couleurs et catégories les plus populaires. Vous pouvez également découvrir les tendances de ventes mois par mois pour déterminer si un article est susceptible de se vendre rapidement ou non selon le moment. Grâce aux nombreux filtres intégrés, Reasell vous permet de rechercher des articles en fonction de catégories, marques, tailles, couleurs, délais de vente, périodes (mois, trimestre, saison) et mots-clés. Ce module de recherche unique vous offre une vision claire du marché de(s) l’article(s) ciblé(s), vous permettant d'aligner vos prix pour mieux vous positionner face à la concurrence. En optimisant ainsi vos prix, vous augmentez vos chances de vendre plus rapidement tout en maximisant vos revenus. Reasell vous indique quoi vendre, quand vendre et à quel prix, tout au long de l'année. Plus besoin de passer des heures à rechercher les tendances, il s'en charge pour vous, vous aidant à maximiser votre chiffre d'affaires sans frais supplémentaires. Un historique complet pour booster vos ventes Pour établir les statistiques des articles, Reasell dispose d'une base de donnée regroupant plus de 100 000+ ventes de vendeurs professionnels présents et actifs sur Vinted. Fonctionnalités avancées pour une expérience enrichie et sur-mesure Analyse automatique : L'extension s'active dès que vous consultez un article sur Vinted, démarrant une analyse en arrière-plan pour vous fournir les statistiques clés de cet article. Ventes détaillées : Obtenez des insights précis sur les ventes par mois, les tailles et couleurs populaires, la rapidité de vente, et les prix auxquels les articles similaires ont été vendus. Affinez vos résultats : Utilisez des filtres par période (mois, trimestre), activez ou désactivez des critères comme la taille ou la couleur, ou ciblez des modèles précis via des mots-clés pour des analyses encore plus personnalisées. Maîtrise totale : Désactivez l’analyse automatique et lancez-la manuellement à tout moment, selon vos besoins. Couverture des catégories : Reasell analyse les vêtements, chaussures et accessoires pour hommes et femmes. Les catégories enfants, divertissement, créateurs, maison & animaux ainsi que bijoux & soins ne sont pas prises en charge. Reasell vous permet ainsi de vous adapter en temps réel au marché et de vous démarquer, assurant que votre stratégie de vente sur Vinted devienne plus efficace que jamais.

Item
Type
Severity
Description
webRequest
Permission
Critical
This permission enables the extension to monitor and analyze all web requests made by the browser. Rated Critical because it can observe all network traffic including sensitive data, track browsing behavior, and gather authentication tokens.
https://*/*
Host
Critical
Broad host access — the extension can read/modify content on every website.
Contextual Risk Factors
Risk Factor
High
The following context increases the overall risk:• 10% increase: Early script execution enables pre-emptive content manipulation
tabs
Permission
Medium
This permission enables tab management and monitoring. Rated Medium because it can track open tabs, access tab metadata, and monitor user browsing patterns.
storage
Permission
Medium
This permission allows storing data locally in the browser. Rated Medium because it can persist sensitive user data, track user activities over time, and potentially store malicious payloads.
unlimitedStorage
Permission
Medium
This permission removes storage quota restrictions. Rated Medium because it can store large amounts of user data without limits, potentially impacting browser performance and storing extensive tracking data.
Early Content Script Execution
Risk Factor
Medium
This extension runs content scripts at document_start.

The SCPG scraping class implements a distributed crawling pipeline: on every page load on Vinted.fr, the extension contacts api.reasell.io to receive the next seller ID to process, then uses the user's browser to fetch that seller's profile and all their feedback pages from Vinted's API (100 reviews at a time, with 500 ms inter-page delays), and uploads the results back to api.reasell.io. A parallel loop does the same for item records. This is undisclosed to the user — CWS declares no data collection — and effectively conscripts each user's browser as a node in the publisher's Vinted web-scraping network, consuming the user's bandwidth and Vinted API quota without consent.

js/vinted.scpg.js (Line 112)
const a = new class extends t {  async C() {    try {      return await chrome.runtime.sendMessage({        site: "api.reasell.io",        option: {          reqApi: "sellerGetIdByOldestDate",          reqData: ""        }      })    } catch (e) {      console.error("Erreur lors du traitement de scrappingReviews() => sellerGetIdByOldestDate()", e)    }  }  async D(e, t, s = "fullUpdate") {    // ... fetches up to 100 reviews/page from Vinted API for the queued seller    for (let t = 1; t <= a; t++) {      var r = await this.G(e, t),        i = JSON.parse(r);      if ("stopInsertReviews" == i.error || ...) return !1;      await new Promise((e => setTimeout(e, 500)))    }  }  async A() {    var e = await this.C(); // ask api.reasell.io for next seller to scrape    if (e = await this.v(e), parseInt(e.sellerId) > 0) {      const a = await this.S(`users/${e.sellerId}?localize=false`);      var t = [];      return t.push(a), await s(t), ...        (await this.D(e.sellerId, a.user.feedback_count, "fullUpdate"),          "loadNextReviewsSCPG"): "loadNextReviewsStop"    }  }}

Every 15 minutes the extension fetches live configuration from api.reasell.io including scraping intervals, timeouts, and the readOnly flag — giving the publisher complete server-side remote control over the scraping behavior. The publisher can change scraping frequency, enable or disable data submission, or redirect the scraping workload without any extension update. This means the scraping scope and intensity are not fixed by the published code and could be escalated at any time.

js/vinted.scpg.js (Line 311)
async q() {  try {    var e = await this.u("scpg"),      t = await this.u("conf");    const a = await chrome.runtime.sendMessage({      site: "api.reasell.io",      option: {        reqApi: "reasellSettings",        reqData: ""      }    });    var s = await this.v(a);    e.sellersReviews = s.scpg.sellersReviews,      e.sellersItems = s.scpg.sellersItems,      e.sellersReviewsTimeOut = s.scpg.sellersReviewsTimeOut,      e.sellersItemsTimeOut = s.scpg.sellersItemsTimeOut,      e.lastUpdateSettings = this.now(),      t.readOnly = s.status.readOnly,      await this.p({        scpg: e      }),      await this.p({        conf: t      })  } catch (e) {    ...  }}

By severity

Critical0
High1
Medium1
Low0

Versions scanned

Showing 1 of 3 scanned versions with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
0.0.0.12

Files with findings

1 distinct path — top paths by unique finding count:

  • js/vinted.scpg.js2
S.No.
Category
Severity
File
Summary
Found in Version
1Other
high
js/vinted.scpg.js (line 112)The SCPG scraping class implements a distributed crawling pipeline: on every page load on Vinted.fr, the extension contacts api.reasell.io to receive the next seller ID to process, then uses the user's browser to fetc…
2Other
medium
js/vinted.scpg.js (line 311)Every 15 minutes the extension fetches live configuration from api.reasell.io including scraping intervals, timeouts, and the readOnly flag — giving the publisher complete server-side remote control over the scraping …
URLs
40
IPv4
1
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

Gain full insight into all external connections.

Upgrade for full visibility.

tailwindcss.com*-https://tailwindcss.com*/
www.w3.org/2000/svghttp://www.w3.org/2000/svg
flowbite.s3.amazonaws.com/docs/jumbotron/conference.jpghttps://flowbite.s3.amazonaws.com/docs/jumbotron/conference.jpg
flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern.svghttps://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern.svg
flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svghttps://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern-dark.svg
www.w3.org/1999/02/22-rdf-syntax-nshttp://www.w3.org/1999/02/22-rdf-syntax-ns#
ns.adobe.com/xap/1.0/http://ns.adobe.com/xap/1.0/
ns.adobe.com/xap/1.0/mm/http://ns.adobe.com/xap/1.0/mm/
ns.adobe.com/xap/1.0/sType/ResourceEventhttp://ns.adobe.com/xap/1.0/sType/ResourceEvent#
purl.org/dc/elements/1.1/http://purl.org/dc/elements/1.1/
Showing 1 to 10 of 40 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

0.0.0.1
IPv4
-
Showing 1 to 3 of 10 rows
Rows per page:

Code Diff

Compare extension code between any two versions.

0 changed files (scanned top 25 shared text files)

No comparable text files found between these versions.

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.