Etsy Simplicity Plugin

This extension will analyze Etsy Listings

Wat is Etsy Simplicity Plugin?

Etsy Simplicity Plugin is een Chrome-extensie ontwikkeld door http://etsysimplicity.com, en de belangrijkste functie is "This extension will analyze Etsy Listings".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Etsy Simplicity Plugin

Download Etsy Simplicity Plugin-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

                        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.                    

Basisinformatie over de Extensie

Naam Etsy Simplicity Plugin Etsy Simplicity Plugin
ID lomgahbpicgifncnodnjlemlchgpbcpn
Officiële URL https://chrome.google.com/webstore/detail/etsy-simplicity-plugin/lomgahbpicgifncnodnjlemlchgpbcpn
Beschrijving This extension will analyze Etsy Listings
Bestandsgrootte 36.89 KB
Aantal Installaties 59
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-13
Publicatiedatum 2021-01-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://etsysimplicity.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}