Shellbloom

Etsy Bestseller Tool

Shellbloomคืออะไร?

Shellbloom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marketsy — Etsy Email Downloader และคุณลักษณะหลักของมันคือ "Etsy Bestseller Tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shellbloom

ดาวน์โหลดไฟล์ส่วนขยาย Shellbloom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shellbloom 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"
    }
}