ClosetParty

Automating your work on Poshmark™

¿Qué es ClosetParty?

ClosetParty es una extensión de Chrome desarrollada por https://getclosetparty.com, y su función principal es "Automating your work on Poshmark™".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ClosetParty

Descarga archivos de extensión ClosetParty en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        How many times have you wished, futile as it is, that you could clone yourself?
Tired of spending all day on Poshmark sharing, liking and following?

What if you could automate some of your Poshmark tasks, leaving you more time to do what you do best? Enter ClosetParty.

Grow your Poshmark Closet in a few simple clicks.
ClosetParty works on your behalf to promote, get more sales, and more impressions by automatically sharing your closet, following users and liking posts according to your commands.

ClosetParty is free to install, and has a 7-day free trial. Give it a try, you won't regret it!

Terms of use
https://getclosetparty.com/terms-of-use

Privacy Policy
https://getclosetparty.com/privacy-policy                    

Información Básica de la Extensión

Nombre ClosetParty ClosetParty
ID ojmcceaceflbocbjogeglkgdhiolnabb
URL Oficial https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb
Descripción Automating your work on Poshmark™
Tamaño del Archivo 297 KB
Cantidad de Instalaciones 16
Versión Actual 1.0.3
Última Actualización 2021-02-12
Fecha de Publicación 2020-10-25
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador https://getclosetparty.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://getclosetparty.com
URL de la Página de Ayuda https://getclosetparty.com/faq
URL de la Página de Política de Privacidad https://getclosetparty.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClosetParty",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Automating your work on Poshmark\u2122",
    "icons": {
        "128": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128x128.png"
        },
        "default_title": "ClosetParty"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/*.poshmark.ca\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/images\/128x128.png"
    ]
}