Shellbloom
Etsy Bestseller Tool
Wat is Shellbloom?
Shellbloom is een Chrome-extensie ontwikkeld door Marketsy — Etsy Email Downloader, en de belangrijkste functie is "Etsy Bestseller Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Shellbloom
Download Shellbloom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shellbloom helps Etsy sellers find and save bestselling products on Etsy.
Basisinformatie over de Extensie
Naam | Shellbloom |
ID | bdkcgjmapbofhonlhkackbmaillfalne |
Officiële URL | https://chromewebstore.google.com/detail/shellbloom/bdkcgjmapbofhonlhkackbmaillfalne |
Beschrijving | Etsy Bestseller Tool |
Bestandsgrootte | 771 KB |
Aantal Installaties | 89 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-10-14 |
Publicatiedatum | 2022-10-14 |
Ontwikkelaar | Marketsy — Etsy Email Downloader |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://shellbloom.com/ |
URL van de Privacybeleid Pagina | https://marketsy.io/privacy |
Ondersteunde Talen | 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" } } |