Poshmark Bot Sharer by Flyp

Poshmark automation tool

ما هو Poshmark Bot Sharer by Flyp؟

Poshmark Bot Sharer by Flyp هو إضافة Chrome تم تطويرها بواسطة https://tools.joinflyp.com، والميزة الرئيسية لها هي "Poshmark automation tool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Poshmark Bot Sharer by Flyp

قم بتنزيل ملفات الامتداد Poshmark Bot Sharer by Flyp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://resellertools.zendesk.com/hc/en-us/categories/4405108095757--Poshmark-Automation
عنوان صفحة سياسة الخصوصية 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"
    }
}