Poshmark Bot Sharer by Flyp

Poshmark automation tool

¿Qué es Poshmark Bot Sharer by Flyp?

Poshmark Bot Sharer by Flyp es una extensión de Chrome desarrollada por https://tools.joinflyp.com, y su función principal es "Poshmark automation tool".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Poshmark Bot Sharer by Flyp

Descarga archivos de extensión Poshmark Bot Sharer by Flyp 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

                        Use Flyp’s Poshmark Sharer absolutely free for 100 days! Automate your entire poshmark account and rank your listings at the top of search algorithm, entice buyers with attractive offers and much more!

Features include:
- Share your closet
- Auto Offers
- Bulk Offers
- Auto follows
- Community Shares

To learn more about using the tool and the different features, head over to https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Posh-Sharer-FAQs

If you got any questions, email us at [email protected]                    

Información Básica de la Extensión

Nombre Poshmark Bot Sharer by Flyp Poshmark Bot Sharer by Flyp
ID ehicjmkogfjifombjmdinmhpaghfggcd
URL Oficial https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd
Descripción Poshmark automation tool
Tamaño del Archivo 237 KB
Cantidad de Instalaciones 28,113
Versión Actual 1.7.3
Última Actualización 2024-02-22
Fecha de Publicación 2021-08-20
Calificación 4.69/5 Total de 148 Calificaciones
Desarrollador https://tools.joinflyp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tools.joinflyp.com
URL de la Página de Ayuda https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
URL de la Página de Política de Privacidad https://www.websitepolicies.com/policies/view/LZW56CdO
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poshmark Bot Sharer by Flyp",
    "description": "Poshmark automation tool",
    "version": "1.7.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "flypWeb.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/tools.joinflyp.com\/*",
                "*:\/\/flyp-tools-dev-web.herokuapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/tools.joinflyp.com\/*",
        "*:\/\/flyp-tools-dev-web.herokuapp.com\/*",
        "*:\/\/*.poshmark.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "poshmarkPage.js"
            ],
            "matches": [
                "*:\/\/*.poshmark.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/flyp.png"
    }
}