Poshmark | PosherVA
A Poshmark automated virtual assistant that helps you share items, get more followers, and growth your Poshmark sales.
Τι είναι το Poshmark | PosherVA;
Το Poshmark | PosherVA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://posherva.com, και η κύρια λειτουργία του είναι "A Poshmark automated virtual assistant that helps you share items, get more followers, and growth your Poshmark sales.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Poshmark | PosherVA
Λήψη αρχείων επέκτασης Poshmark | PosherVA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you a Poshmark™ seller looking to increase sales but having a hard time balancing the many aspects of staying active on Posh? You’re not alone, and you’re in the right place!
PosherVA is the Poshmark™ automation tool (Poshmark™ bot) that helps you automatically share items, make bulk offers, get more followers, and make more sales on Poshmark™.
It will help you save several hours a day that will allow you to focus on other activities that help your business like sourcing, photography, and listing. Or perhaps you'd like to take some me-time or family time.
What We Do:
- Shares items to your followers / parties (self share or community shares)
- Schedule Sharing by time ⏲️
- Follows / unfollows people
- Edit + shares
- Send a bulk offers
- Price Drops for CCO
- Automatically solves captchas, you won't notice that.
- Lets you set a daily share limit so you don't get soft banned
- And much more...
The PosherVA is free to install, and has a 10-day free trial.
We also offer a FREE plan for a small reseller, where you can share part of your items a day at no charge, no payment information required.
The PosherVA is your automation Poshmark™ virtual assistant that helps boost sales by maximizing engagement and visibility.
Supported in the USA 🇺🇸.
For more information and FAQs please visit https://posherva.com/
Use of this extension means you agree to the PosherVA Terms of Service, read them at https://posherva.com/terms Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ofacfijogapplfgkoolmdojoieiemihl |
| Επίσημο URL | https://chromewebstore.google.com/detail/poshmark-posherva/ofacfijogapplfgkoolmdojoieiemihl |
| Περιγραφή | A Poshmark automated virtual assistant that helps you share items, get more followers, and growth your Poshmark sales. |
| Μέγεθος Αρχείου | 3.31 MB |
| Αριθμός Εγκαταστάσεων | 30,186 |
| Τρέχουσα Έκδοση | 1.4.70 |
| Τελευταία Ενημέρωση | 2024-03-04 |
| Ημερομηνία Δημοσίευσης | 2020-07-01 |
| Αξιολόγηση | 4.83/5 Συνολικά 301 Αξιολογήσεις |
| Προγραμματιστής | https://posherva.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://posherva.com/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://docs.posherva.com/getting-started/frequently-asked-questions |
| URL της Σελίδας Πολιτικής Απορρήτου | https://posherva.com/privacy |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Poshmark | PosherVA",
"description": "A Poshmark automated virtual assistant that helps you share items, get more followers, and growth your Poshmark sales.",
"version": "1.4.70",
"manifest_version": 2,
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_title": "PosherVA | Poshmark\u2122",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.poshmark.com\/closet*",
"*:\/\/*.poshmark.com\/user*"
],
"js": [
"contentscript.js"
],
"css": [
"contentscript.css"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"*:\/\/*.poshmark.com\/*",
"*:\/\/*.posherva.com\/*",
"cookies",
"webRequest",
"webRequestBlocking",
"storage",
"activeTab",
"alarms",
"background",
"unlimitedStorage"
],
"optional_permissions": [
"*:\/\/*.cloudfront.net\/*"
],
"web_accessible_resources": [
"images\/*",
"fonts"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098 https:\/\/www.google-analytics.com\/analytics.js https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |