Poshmark Bot Sharer by Flyp

Poshmark automation tool

Co to jest Poshmark Bot Sharer by Flyp?

Poshmark Bot Sharer by Flyp to rozszerzenie Chrome opracowane przez https://tools.joinflyp.com, a jego główną funkcją jest „Poshmark automation tool”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Poshmark Bot Sharer by Flyp

Pobierz pliki rozszerzeń Poshmark Bot Sharer by Flyp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Poshmark Bot Sharer by Flyp Poshmark Bot Sharer by Flyp
ID ehicjmkogfjifombjmdinmhpaghfggcd
Oficjalny URL https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd
Opis Poshmark automation tool
Rozmiar pliku 237 KB
Liczba instalacji 28,113
Aktualna Wersja 1.7.3
Ostatnia Aktualizacja 2024-02-22
Data Publikacji 2021-08-20
Ocena 4.69/5 Łącznie 148 Oceny
Deweloper https://tools.joinflyp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tools.joinflyp.com
Adres URL Strony Pomocy https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
Adres URL Strony Polityki Prywatności https://www.websitepolicies.com/policies/view/LZW56CdO
Obsługiwane Języki 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"
    }
}