Poshmark Utility Belt
A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark
Vad är Poshmark Utility Belt?
Poshmark Utility Belt är en Chrome-tillägg utvecklad av https://dankcellarstudio.com, och dess huvudfunktion är "A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark".
Tilläggsskärmbilder
Ladda ner Poshmark Utility Belt-förlängningens CRX-fil
Ladda ner Poshmark Utility Belt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fpidpammgcoakopbiojdgmmbkgpkcgll |
| Officiell webbadress | https://chromewebstore.google.com/detail/poshmark-utility-belt/fpidpammgcoakopbiojdgmmbkgpkcgll |
| Beskrivning | A Poshmark extension that provides utility functionality to users for managing and making sales through Poshmark |
| Filstorlek | 43.92 KB |
| Antal Installationer | 48 |
| Aktuell Version | 2.15 |
| Senast Uppdaterad | 2020-10-12 |
| Publiceringsdatum | 2020-06-16 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://dankcellarstudio.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |