ClosetParty
Automating your work on Poshmark™
Qu'est-ce que ClosetParty ?
ClosetParty est une extension Chrome développée par https://getclosetparty.com, et sa fonction principale est "Automating your work on Poshmark™".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ClosetParty
Téléchargez les fichiers d'extension ClosetParty 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
How many times have you wished, futile as it is, that you could clone yourself? Tired of spending all day on Poshmark sharing, liking and following? What if you could automate some of your Poshmark tasks, leaving you more time to do what you do best? Enter ClosetParty. Grow your Poshmark Closet in a few simple clicks. ClosetParty works on your behalf to promote, get more sales, and more impressions by automatically sharing your closet, following users and liking posts according to your commands. ClosetParty is free to install, and has a 7-day free trial. Give it a try, you won't regret it! Terms of use https://getclosetparty.com/terms-of-use Privacy Policy https://getclosetparty.com/privacy-policy
Informations de Base sur l'Extension
Nom | |
ID | ojmcceaceflbocbjogeglkgdhiolnabb |
URL Officiel | https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb |
Description | Automating your work on Poshmark™ |
Taille du Fichier | 297 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-02-12 |
Date de Publication | 2020-10-25 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://getclosetparty.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getclosetparty.com |
URL de la Page d'Aide | https://getclosetparty.com/faq |
URL de la Page de Politique de Confidentialité | https://getclosetparty.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClosetParty", "version": "1.0.3", "manifest_version": 2, "description": "Automating your work on Poshmark\u2122", "icons": { "128": "images\/128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "images\/128x128.png" }, "default_title": "ClosetParty" }, "content_scripts": [ { "matches": [ "*:\/\/*.poshmark.com\/*", "*:\/\/*.poshmark.ca\/*" ], "js": [ "app.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/images\/128x128.png" ] } |