Poshmark Utility Belt

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

Poshmark Utility Belt là gì?

Poshmark Utility Belt là một tiện ích mở rộng Chrome được phát triển bởi https://dankcellarstudio.com, và tính năng chính của nó là "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Poshmark Utility Belt

Tải xuống các tệp mở rộng Poshmark Utility Belt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poshmark Utility Belt Poshmark Utility Belt
ID fpidpammgcoakopbiojdgmmbkgpkcgll
URL Chính Thức https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll
Mô tả A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Kích Thước Tệp 43.92 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 2.15
Cập Nhật Lần Cuối 2020-10-12
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://dankcellarstudio.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}