Etsy Simplicity Plugin
This extension will analyze Etsy Listings
What is Etsy Simplicity Plugin?
Etsy Simplicity Plugin is a Chrome extension developed by http://etsysimplicity.com, and its main feature is "This extension will analyze Etsy Listings".
Extension Screenshots
Download Etsy Simplicity Plugin Extension CRX File
Download Etsy Simplicity Plugin 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
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.
Extension Basic Information
Name | |
ID | lomgahbpicgifncnodnjlemlchgpbcpn |
Official URL | https://chrome.google.com/webstore/detail/etsy-simplicity-plugin/lomgahbpicgifncnodnjlemlchgpbcpn |
Description | This extension will analyze Etsy Listings |
File Size | 36.89 KB |
Installation Count | 59 |
Current Version | 1.0 |
Last Updated | 2021-01-13 |
Publish Date | 2021-01-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://etsysimplicity.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |