Shellbloom
Etsy Bestseller Tool
什么是Shellbloom?
Shellbloom是由Marketsy — Etsy Email Downloader开发的Chrome扩展程序,该扩展的主要功能是“Etsy Bestseller Tool”。
扩展截图
下载Shellbloom扩展crx文件
下载Shellbloom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shellbloom helps Etsy sellers find and save bestselling products on Etsy.
扩展基本信息
名称 | Shellbloom |
ID | bdkcgjmapbofhonlhkackbmaillfalne |
官方URL | https://chromewebstore.google.com/detail/shellbloom/bdkcgjmapbofhonlhkackbmaillfalne |
简介 | Etsy Bestseller Tool |
文件大小 | 771 KB |
安装次数 | 89 |
当前版本 | 1.0 |
更新时间 | 2022-10-14 |
上架时间 | 2022-10-14 |
开发者 | Marketsy — Etsy Email Downloader |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://shellbloom.com/ |
隐私政策页面URL | https://marketsy.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shellbloom", "description": "Etsy Bestseller Tool", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.etsy.com\/search?q=*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage" ], "action": { "default_icon": "shellbloom_logo_48.png", "default_popup": "popup.html" }, "icons": { "16": "shellbloom_logo_16.png", "48": "shellbloom_logo_48.png", "128": "shellbloom_logo_128.png" } } |