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はhttps://dankcellarstudio.comによって開発されたChromeの拡張機能で、その主な機能は「A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark」です。

拡張機能のスクリーンショット

screenshot

Poshmark Utility Belt拡張機能のCRXファイルをダウンロード

Poshmark Utility Belt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}