Shellbloom
Etsy Bestseller Tool
Was ist Shellbloom?
Shellbloom ist eine Chrome-Erweiterung, die von Marketsy — Etsy Email Downloader entwickelt wurde, und ihr Hauptmerkmal ist "Etsy Bestseller Tool".
Erweiterungsscreenshots
Shellbloom-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shellbloom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Shellbloom helps Etsy sellers find and save bestselling products on Etsy. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bdkcgjmapbofhonlhkackbmaillfalne |
| Offizielle URL | https://chromewebstore.google.com/detail/shellbloom/bdkcgjmapbofhonlhkackbmaillfalne |
| Beschreibung | Etsy Bestseller Tool |
| Dateigröße | 771 KB |
| Installationsanzahl | 89 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-10-14 |
| Veröffentlichungsdatum | 2022-10-14 |
| Entwickler | Marketsy — Etsy Email Downloader |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://shellbloom.com/ |
| URL der Datenschutzrichtlinien-Seite | https://marketsy.io/privacy |
| Unterstützte Sprachen | 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"
}
} | |