Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Qu'est-ce que Poshmark Utility Belt ?
Poshmark Utility Belt est une extension Chrome développée par https://dankcellarstudio.com, et sa fonction principale est "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poshmark Utility Belt
Téléchargez les fichiers d'extension Poshmark Utility Belt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Poshmark Utility Belt |
ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
URL Officiel | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
Description | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
Taille du Fichier | 43.92 KB |
Nombre d'Installations | 48 |
Version Actuelle | 2.15 |
Dernière Mise à Jour | 2020-10-12 |
Date de Publication | 2020-06-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://dankcellarstudio.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |