SCART
Extensión que te ayudará a guardar tus productos favoritos
什么是SCART?
SCART是由Scart - https://scart.app开发的Chrome扩展程序,该扩展的主要功能是“Extensión que te ayudará a guardar tus productos favoritos”。
扩展截图
下载SCART扩展crx文件
下载SCART扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
¡Guarda de forma fácil, en tu cuenta Scart, los productos de los ecommerces de tu interés y organízalos en carpetas! 扩展基本信息
| 名称 | |
| ID | bkeflmlciidffglaanjpfmpcpnhiohga |
| 官方URL | https://chromewebstore.google.com/detail/scart/bkeflmlciidffglaanjpfmpcpnhiohga |
| 简介 | Extensión que te ayudará a guardar tus productos favoritos |
| 文件大小 | 158 KB |
| 安装次数 | 394 |
| 当前版本 | 0.0.4.1 |
| 更新时间 | 2022-05-26 |
| 上架时间 | 2020-10-06 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | Scart - https://scart.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://scart.cl |
| 隐私政策页面URL | https://scart.app |
| 支持的语言 | 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
} | |