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 |
官方網址 | 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" } } |