SCART
Extensión que te ayudará a guardar tus productos favoritos
What is SCART?
SCART is a Chrome extension developed by Scart - https://scart.app, and its main feature is "Extensión que te ayudará a guardar tus productos favoritos".
Extension Screenshots
Download SCART Extension CRX File
Download SCART extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
¡Guarda de forma fácil, en tu cuenta Scart, los productos de los ecommerces de tu interés y organízalos en carpetas!
Extension Basic Information
Name | SCART |
ID | bkeflmlciidffglaanjpfmpcpnhiohga |
Official URL | https://chromewebstore.google.com/detail/scart/bkeflmlciidffglaanjpfmpcpnhiohga |
Description | Extensión que te ayudará a guardar tus productos favoritos |
File Size | 158 KB |
Installation Count | 394 |
Current Version | 0.0.4.1 |
Last Updated | 2022-05-26 |
Publish Date | 2020-10-06 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Scart - https://scart.app |
[email protected] | |
Payment Type | free |
Extension Website | https://scart.cl |
Privacy Policy Page URL | https://scart.app |
Supported Languages | 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 } |