Estatics Extension
Gives you the insights needed to skyrocket your Etsy sales.
Wat is Estatics Extension?
Estatics Extension is een Chrome-extensie ontwikkeld door estatics.co, en de belangrijkste functie is "Gives you the insights needed to skyrocket your Etsy sales.".
Extensie Screenshots
Download het CRX-bestand van de extensie Estatics Extension
Download Estatics Extension-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
Sign up in https://app.estatics.co to uncover the powerful of this addon. It is easier to reach all hidden information of a listing on Etsy such as views, favorites, tags, taxonomies... Support: [email protected]
Basisinformatie over de Extensie
Naam | Estatics Extension |
ID | momgcmdnlbopbcmglainncpclaopfkje |
Officiële URL | https://chromewebstore.google.com/detail/estatics-extension/momgcmdnlbopbcmglainncpclaopfkje |
Beschrijving | Gives you the insights needed to skyrocket your Etsy sales. |
Bestandsgrootte | 173 KB |
Aantal Installaties | 2,165 |
Huidige Versie | 0.3.4 |
Laatst Bijgewerkt | 2022-09-12 |
Publicatiedatum | 2021-05-31 |
Beoordeling | 4.65/5 Totaal 31 Beoordelingen |
Ontwikkelaar | estatics.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://estatics.co |
Help Pagina-URL | https://estatics.co/support |
URL van de Privacybeleid Pagina | https://estatics.co/policy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Estatics Extension", "version": "0.3.4", "description": "Gives you the insights needed to skyrocket your Etsy sales.", "permissions": [ "https:\/\/app.estatics.co\/*", "https:\/\/api.sjpf.io\/*", "https:\/\/api.fpjs.io\/*", "tabs", "declarativeContent", "storage" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "main.dist.js" ], "css": [ "all.css" ], "matches": [ "https:\/\/*.etsy.com\/*" ] } ], "icons": { "32": ".\/images\/logo_o_32.png", "64": ".\/images\/logo_o_64.png", "128": ".\/images\/logo_o_128.png" }, "page_action": { "default_icon": { "32": ".\/images\/logo_o_32.png", "64": ".\/images\/logo_o_64.png", "128": ".\/images\/logo_o_128.png" }, "default_title": "Estatics - Power your etsy selling", "default_popup": "options\/options.html" }, "background": { "scripts": [ "background.dist.js" ] }, "web_accessible_resources": [ "*.html", "popover\/*", "*.js" ] } |