Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Co to jest Poshmark Utility Belt?
Poshmark Utility Belt to rozszerzenie Chrome opracowane przez https://dankcellarstudio.com, a jego główną funkcją jest „A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Poshmark Utility Belt
Pobierz pliki rozszerzeń Poshmark Utility Belt w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Poshmark Utility Belt |
ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
Oficjalny URL | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
Opis | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
Rozmiar pliku | 43.92 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 2.15 |
Ostatnia Aktualizacja | 2020-10-12 |
Data Publikacji | 2020-06-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://dankcellarstudio.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |