Poshmark Closet Bot | PoshPop

Poshmark seller automation tool that is simple and affordable for sharing on Poshmark.

What is Poshmark Closet Bot | PoshPop?

Poshmark Closet Bot | PoshPop is a Chrome extension developed by https://poshpopassistant.com, and its main feature is "Poshmark seller automation tool that is simple and affordable for sharing on Poshmark.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Poshmark Closet Bot | PoshPop Extension CRX File

Download Poshmark Closet Bot | PoshPop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A free virtual assistant to help share your closet, grow your Poshmark closet, and increase your Poshmark sales.

Learn more about PoshPop on our website PoshPopAssistant.com or view our current updates on the notifications tab located within the PoshPop extension.

Selling on Poshmark is hard work. As a business owner, your time is definitely money. Stop wasting your valuable time doing the tedious daily tasks of sharing, following, and more on Poshmark.

Instead, focus on the other (many) aspects of your business to truly increase sales and grow your business. With PoshPop handling your tedious basic Poshmark tasks, you can spend your time focusing on sourcing new items, listing, or whatever it is that will increase your sales the most on Poshmark.

PoshPop is not like other extensions, we have purposefully designed our extension to act as a human would. PoshPop is the only extension that acts 100% like a human would. Our extension is also the most affordable extension with these features on the market. We also provide multiple features for free so you can begin to grow your Poshmark closet immediately.

SIGN UP now to try our upgraded features for one week completely FREE (no credit card required).

PoshPop has just been redesigned and many new features are coming soon. 

We currently offer (at the lowest price on the market): 

- Free Sharing
- Free Edit Sharing
- Free Task Limiter
- Display of Your Personalized Stats (Last task and past 24 hours for every feature)
- Schedule Your Tasks
- Captcha Detection
- Captcha Alerts
- Captcha Sound
- Resume After Captcha
- Organize Closet
- Reverse Sharing Order
- Task Progress Bar
- Automated Offers to Likers
- Bulk Price Drop
- Calculate Closet Revenue
- Sharing to Followers
- Sharing to Parties
- Follow Users
- Unfollow Users
- Free trial period on sign up (no credit card required)
- Easy Account Management
- With many more features coming shortly after our initial re-launch.

Unlike expensive virtual assistants, we never ask for your Poshmark account's information. You login normally through Poshmark and open PoshPop after.

PoshPop is now able to be managed remotely while running on your desktop from your phone or other mobile device.

SIGN UP now to try our upgraded features for one week completely FREE (no credit card required).

Start enjoying Poshmark selling again and let us handle the necessary but tedious tasks.

We are proud to be the most affordable Poshmark bot on the market. Our pricing starts at free. Start using our tools today for free to increase the activity in your closet and increase your sales. Compared to other bots, we specialize in making sure you are as similar to a human as possible. Become a Poshmark pro in 2024 using our chrome extension simple and easy to use, PoshPop.

Please take a moment to leave a kind review.

To learn more or view our FAQs, please visit our website PoshPopAssistant.com and follow us on Instagram @PoshPopAssistant.

By installing and using this extension, you agree to the PoshPop Terms of Service, which can be found on our website www.poshpopassistant.com/terms-of-service.

To see how we use your data, visit www.poshpopassistant.com/privacy-policy.                    

Extension Basic Information

Name Poshmark Closet Bot | PoshPop Poshmark Closet Bot | PoshPop
ID fehkmdemphhohcbggclooebcggikmodo
Official URL https://chromewebstore.google.com/detail/poshmark-closet-bot-poshp/fehkmdemphhohcbggclooebcggikmodo
Description Poshmark seller automation tool that is simple and affordable for sharing on Poshmark.
File Size 9.04 MB
Installation Count 2,128
Current Version 3.5.1
Last Updated 2024-01-25
Publish Date 2020-09-24
Rating 4.65/5 Total 83 Ratings
Developer https://poshpopassistant.com
Email [email protected]
Payment Type in_app
Extension Website https://poshpopassistant.com/
Help Page URL https://poshpopassistant.com/contact/
Privacy Policy Page URL https://poshpopassistant.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poshmark Closet Bot | PoshPop",
    "description": "Poshmark seller automation tool that is simple and affordable for sharing on Poshmark.",
    "version": "3.5.1",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/poshmark.com\/*",
                "https:\/\/poshmark.ca\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "template\/js\/bootstrap.js"
            ],
            "css": [
                "css\/icheck.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/poshmark.com\/*",
        "https:\/\/poshmark.ca\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon.png",
                "img\/radio.svg",
                "img\/checkbox.svg",
                "css\/content.css",
                "template\/css\/style.css",
                "template\/font-awesome\/css\/font-awesome.css",
                "template\/css\/custom.bootstrap.css",
                "template\/css\/animate.css",
                "template\/css\/plugins\/awesome-bootstrap-checkbox\/awesome-bootstrap-checkbox.css",
                "css\/ion.rangeSlider.min.css",
                "css\/jquery.timepicker.min.css",
                "css\/icheck.css",
                "css\/awesome-bootstrap-checkbox.css",
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "template\/js\/bootstrap.js",
                "loading.gif",
                "js\/icheck.min.js",
                "js\/globals.js",
                "js\/util.js",
                "js\/sidebar.js",
                "template\/font-awesome\/fonts\/*",
                "audio\/notification_sound.mp3",
                "css\/ebrima.ttf",
                "css\/[email protected]",
                "css\/green.png"
            ],
            "matches": [
                "https:\/\/poshmark.com\/*",
                "https:\/\/poshmark.ca\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}