Poshmark Utility Belt

A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark

ما هو Poshmark Utility Belt؟

Poshmark Utility Belt هو إضافة Chrome تم تطويرها بواسطة https://dankcellarstudio.com، والميزة الرئيسية لها هي "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".

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

screenshot

تحميل ملف CRX للإضافة Poshmark Utility Belt

قم بتنزيل ملفات الامتداد Poshmark Utility Belt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A Poshmark chrome extension that provides utility functionality to users for making sales through Poshmark!

Features: 
- Follower and Party mode sharing for Poshmark closets

Development: 
- Tracking sale records
- Listing creation helper



Increase your sales today! #poshify                    

معلومات أساسية عن التمديد

الاسم Poshmark Utility Belt Poshmark Utility Belt
ID fpidpammgcoakopbiojdgmmbkgpkcgll
عنوان URL الرسمي https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll
الوصف A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
حجم الملف 43.92 KB
عدد التثبيتات 48
النسخة الحالية 2.15
آخر تحديث 2020-10-12
تاريخ النشر 2020-06-16
تقييم 5.00/5 مجموع تقييمات 1
المطور https://dankcellarstudio.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poshmark Utility Belt",
    "short_name": "Poshify",
    "description": "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark",
    "version": "2.15",
    "icons": {
        "16": "public\/icon16.png",
        "48": "public\/icon48.png",
        "128": "public\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/poshmark.com\/closet\/*"
            ],
            "js": [
                "jquery.slim.min.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Posh Utility Belt",
        "default_popup": "public\/popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ]
}