Poshmark Utility Belt

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

Was ist Poshmark Utility Belt?

Poshmark Utility Belt ist eine Chrome-Erweiterung, die von https://dankcellarstudio.com entwickelt wurde, und ihr Hauptmerkmal ist "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".

Erweiterungsscreenshots

screenshot

Poshmark Utility Belt-Erweiterungs-CRX-Datei herunterladen

Laden Sie Poshmark Utility Belt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Poshmark Utility Belt Poshmark Utility Belt
ID fpidpammgcoakopbiojdgmmbkgpkcgll
Offizielle URL https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll
Beschreibung A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Dateigröße 43.92 KB
Installationsanzahl 48
Aktuelle Version 2.15
Letztes Update 2020-10-12
Veröffentlichungsdatum 2020-06-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://dankcellarstudio.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}