SCART
Extensión que te ayudará a guardar tus productos favoritos
Vad är SCART?
SCART är en Chrome-tillägg utvecklad av Scart - https://scart.app, och dess huvudfunktion är "Extensión que te ayudará a guardar tus productos favoritos".
Tilläggsskärmbilder
Ladda ner SCART-förlängningens CRX-fil
Ladda ner SCART-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        ¡Guarda de forma fácil, en tu cuenta Scart, los productos de los ecommerces de tu interés y organízalos en carpetas!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | bkeflmlciidffglaanjpfmpcpnhiohga | 
| Officiell webbadress | https://chromewebstore.google.com/detail/scart/bkeflmlciidffglaanjpfmpcpnhiohga | 
| Beskrivning | Extensión que te ayudará a guardar tus productos favoritos | 
| Filstorlek | 158 KB | 
| Antal Installationer | 394 | 
| Aktuell Version | 0.0.4.1 | 
| Senast Uppdaterad | 2022-05-26 | 
| Publiceringsdatum | 2020-10-06 | 
| Betyg | 5.00/5 Totalt 8 Betyg | 
| Utvecklare | Scart - https://scart.app | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://scart.cl | 
| URL till Sekretesspolicy Sidan | https://scart.app | 
| Stödda Språk | 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
}  |  |