Poshmark Bot Sharer by Flyp

Poshmark automation tool

Poshmark Bot Sharer by Flyp क्या है?

Poshmark Bot Sharer by Flyp https://tools.joinflyp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Poshmark automation tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poshmark Bot Sharer by Flyp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Poshmark Bot Sharer by Flyp Poshmark Bot Sharer by Flyp
ID ehicjmkogfjifombjmdinmhpaghfggcd
आधिकारिक URL https://chromewebstore.google.com/detail/poshmark-bot-sharer-by-fl/ehicjmkogfjifombjmdinmhpaghfggcd
विवरण Poshmark automation tool
फ़ाइल का आकार 237 KB
स्थापना संख्या 28,113
वर्तमान संस्करण 1.7.3
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2021-08-20
रेटिंग 4.69/5 कुल 148 रेटिंग्स
डेवलपर https://tools.joinflyp.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tools.joinflyp.com
सहायता पृष्ठ URL https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
गोपनीयता नीति पृष्ठ URL https://www.websitepolicies.com/policies/view/LZW56CdO
समर्थित भाषाएँ 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"
    }
}