Shellbloom

Etsy Bestseller Tool

What is Shellbloom?

Shellbloom is a Chrome extension developed by Marketsy — Etsy Email Downloader, and its main feature is "Etsy Bestseller Tool".

Extension Screenshots

screenshot

Download Shellbloom Extension CRX File

Download Shellbloom 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

                        Shellbloom helps Etsy sellers find and save bestselling products on Etsy.                    

Extension Basic Information

Name Shellbloom Shellbloom
ID bdkcgjmapbofhonlhkackbmaillfalne
Official URL https://chromewebstore.google.com/detail/shellbloom/bdkcgjmapbofhonlhkackbmaillfalne
Description Etsy Bestseller Tool
File Size 771 KB
Installation Count 89
Current Version 1.0
Last Updated 2022-10-14
Publish Date 2022-10-14
Developer Marketsy — Etsy Email Downloader
Email [email protected]
Payment Type free
Extension Website https://shellbloom.com/
Privacy Policy Page URL https://marketsy.io/privacy
Supported Languages 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"
    }
}