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
官方網址 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"
    ]
}