Etsy Simplicity Plugin
This extension will analyze Etsy Listings
Was ist Etsy Simplicity Plugin?
Etsy Simplicity Plugin ist eine Chrome-Erweiterung, die von http://etsysimplicity.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will analyze Etsy Listings".
Erweiterungsscreenshots
Etsy Simplicity Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Etsy Simplicity Plugin-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
Etsy Simplicity is a free chrome extension that shows you all tags and attributes for any Etsy listing. Gain insight into successful Etsy listings to help boost your own Etsy listing's search performance.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lomgahbpicgifncnodnjlemlchgpbcpn |
Offizielle URL | https://chrome.google.com/webstore/detail/etsy-simplicity-plugin/lomgahbpicgifncnodnjlemlchgpbcpn |
Beschreibung | This extension will analyze Etsy Listings |
Dateigröße | 36.89 KB |
Installationsanzahl | 59 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-01-13 |
Veröffentlichungsdatum | 2021-01-13 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://etsysimplicity.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etsy Simplicity Plugin", "description": "This extension will analyze Etsy Listings", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/openapi.etsy.com; object-src 'self'" } |