Poshmark Bot Sharer by Flyp

Poshmark automation tool

Cos'è Poshmark Bot Sharer by Flyp?

Poshmark Bot Sharer by Flyp è un'estensione di Chrome sviluppata da https://tools.joinflyp.com, e la sua funzione principale è "Poshmark automation tool".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Poshmark Bot Sharer by Flyp

Scarica i file di estensione Poshmark Bot Sharer by Flyp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Poshmark Bot Sharer by Flyp Poshmark Bot Sharer by Flyp
ID ehicjmkogfjifombjmdinmhpaghfggcd
URL Ufficiale https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd
Descrizione Poshmark automation tool
Dimensione del File 237 KB
Conteggio Installazioni 28,113
Versione Corrente 1.7.3
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2021-08-20
Valutazione 4.69/5 Totale 148 Valutazioni
Sviluppatore https://tools.joinflyp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tools.joinflyp.com
URL della Pagina di Aiuto https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
URL della Pagina della Politica sulla Privacy https://www.websitepolicies.com/policies/view/LZW56CdO
Lingue Supportate 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"
    }
}