Poshmark Bot Sharer by Flyp

Poshmark automation tool

Co je Poshmark Bot Sharer by Flyp?

Poshmark Bot Sharer by Flyp je rozšíření Chrome vyvinuté https://tools.joinflyp.com, a jeho hlavní funkcí je „Poshmark automation tool“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Poshmark Bot Sharer by Flyp

Stáhněte si soubory rozšíření Poshmark Bot Sharer by Flyp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Poshmark Bot Sharer by Flyp Poshmark Bot Sharer by Flyp
ID ehicjmkogfjifombjmdinmhpaghfggcd
Oficiální URL https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd
Popis Poshmark automation tool
Velikost souboru 237 KB
Počet instalací 28,113
Aktuální Verze 1.7.3
Poslední Aktualizace 2024-02-22
Datum Vydání 2021-08-20
Hodnocení 4.69/5 Celkem 148 Hodnocení
Vývojář https://tools.joinflyp.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tools.joinflyp.com
URL Stránky Nápovědy https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
URL Stránky Zásad Ochrany Soukromí https://www.websitepolicies.com/policies/view/LZW56CdO
Podporované Jazyky 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"
    }
}