Poshmark Utility Belt

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

Wat is Poshmark Utility Belt?

Poshmark Utility Belt is een Chrome-extensie ontwikkeld door https://dankcellarstudio.com, en de belangrijkste functie is "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Poshmark Utility Belt

Download Poshmark Utility Belt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Poshmark Utility Belt Poshmark Utility Belt
ID fpidpammgcoakopbiojdgmmbkgpkcgll
Officiële URL https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll
Beschrijving A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Bestandsgrootte 43.92 KB
Aantal Installaties 48
Huidige Versie 2.15
Laatst Bijgewerkt 2020-10-12
Publicatiedatum 2020-06-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://dankcellarstudio.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}