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 |
Eメール | [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" } } |