SCART
Extensión que te ayudará a guardar tus productos favoritos
Wat is SCART?
SCART is een Chrome-extensie ontwikkeld door Scart - https://scart.app, en de belangrijkste functie is "Extensión que te ayudará a guardar tus productos favoritos".
Extensie Screenshots
Download het CRX-bestand van de extensie SCART
Download SCART-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
¡Guarda de forma fácil, en tu cuenta Scart, los productos de los ecommerces de tu interés y organízalos en carpetas! Basisinformatie over de Extensie
| Naam | |
| ID | bkeflmlciidffglaanjpfmpcpnhiohga |
| Officiële URL | https://chromewebstore.google.com/detail/scart/bkeflmlciidffglaanjpfmpcpnhiohga |
| Beschrijving | Extensión que te ayudará a guardar tus productos favoritos |
| Bestandsgrootte | 158 KB |
| Aantal Installaties | 394 |
| Huidige Versie | 0.0.4.1 |
| Laatst Bijgewerkt | 2022-05-26 |
| Publicatiedatum | 2020-10-06 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Scart - https://scart.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://scart.cl |
| URL van de Privacybeleid Pagina | https://scart.app |
| Ondersteunde Talen | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SCART",
"description": "Extensi\u00f3n que te ayudar\u00e1 a guardar tus productos favoritos",
"permissions": [
"storage",
"tabs",
"http:\/\/localhost:8080\/"
],
"version": "0.0.4.1",
"icons": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"browser_action": {
"default_popup": "login.html"
},
"background": {
"scripts": [
"js\/jquery.js",
"js\/background.js"
]
},
"manifest_version": 2
} | |