Simple Posher

A series of tools to simplify the process of selling on Poshmark.

Simple Posher क्या है?

Simple Posher https://simpleposher.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A series of tools to simplify the process of selling on Poshmark."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Posher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Whether you're selling on Poshmark full-time or on the side, increasing sales on a competitive platform means balancing a lot of activities to market your closet. Simple Posher makes this complex work… well, simpler! Simple Posher is one of the original automated tools for Poshmark sellers, an easy-to-use Chrome extension that does things like sharing items and following users for you. We'll take care of those tedious tasks and increase the visibility of your items to Poshmark buyers while you focus on the fun parts of your Poshmark business.

Get the full details about this extension at simpleposher.com. To read about the most recent updates, visit simpleposher.com/#news.

Included, are: 

Automatic Item Sharing
Automatically share Poshmark items to and from your closet, other closets, feeds, and parties. Share select items to parties based on keywords. You can share a designated number of items, randomize the share order, share bottom to top to keep your closet in order, and check 'infinite share' to keep sharing indefinitely. The extension can also edit-next-list share. 

Automatic Following
Follow or unfollow users from nearly anywhere on the Poshmark website. 

Automatic Newsfeed Activity Return
Returns follows and shares as well as additional shares for each like, so you can receiprocate the activity from other Poshmark sellers. 

Try It!
To see if Simple Posher is helpful for you, try the extension free for 7 days!

For more information and FAQs please visit simpleposher.com/faq. 

Use of this extension means you agree to the Simple Posher Terms of Service, read them at http://simpleposher.com/tos.

To see how I use your data, visit http://simpleposher.com/tos#privacy.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Posher Simple Posher
ID dpleccoifgoflihlgpjlkeigjemckbgn
आधिकारिक URL https://chromewebstore.google.com/detail/simple-posher/dpleccoifgoflihlgpjlkeigjemckbgn
विवरण A series of tools to simplify the process of selling on Poshmark.
फ़ाइल का आकार 1000 KB
स्थापना संख्या 5,536
वर्तमान संस्करण 2.6.2
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-06-25
रेटिंग 3.28/5 कुल 100 रेटिंग्स
डेवलपर https://simpleposher.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट http://simpleposher.com
सहायता पृष्ठ URL http://simpleposher.com/faq
गोपनीयता नीति पृष्ठ URL http://simpleposher.com/tos
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Posher",
    "description": "A series of tools to simplify the process of selling on Poshmark.",
    "version": "2.6.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/poshmark.com\/*",
        "https:\/\/poshmark.ca\/*",
        "https:\/\/simple-posher-backend.herokuapp.com\/*",
        "https:\/\/www.simpleposher-payments.com\/"
    ],
    "oauth2": {
        "client_id": "117091440060-m1poeonckpo2q9gkvl2qunk12e1oo4uc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhGvxQkjEJb7yT9Ce7sqJlOx9JvaWSgQJ\/PqNmQ7B2IwJhDy1tnSzMIhzHBVAQZiCXuB1wrqA+EVUq3J\/F0mlUhlGB6VL6ltSAzC6foHlskmDlvmfIM0miJtDHeZroSZ92SbCb2D8hnx9tEG2vVp04l9uWOJbOwUhVbIZrDj9wz+DuEnvQuBkSk0huf0VFbGKVpTZQ6zUUS5mvvNriSqUQ8WBOWbm7RaGct4JjIMjDPizsEBip50JFsv8jX7S1S9RHKIyaNwgvEqPN22oN6KtQvDBK\/0AcQaqSuZUHKjYbtTCB3ZLu7tumGCoEYNMZprFJkg+58A+WJgzOEibOEuH\/QIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/simple-posher-backend.herokuapp.com https:\/\/simpleposher-payments.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "bell.mp3"
    ],
    "content_scripts": [
        {
            "js": [
                "background.js",
                "js\/jquery.min.js",
                "js\/fontawesome.js",
                "js\/shared_functions.js"
            ],
            "matches": [
                "https:\/\/poshmark.com\/*, https:\/\/poshmark.com\/*\/*, https:\/\/poshmark.com\/*\/*\/*, https:\/\/poshmark.com\/*\/*\/*\/*, https:\/\/poshmark.ca\/*, https:\/\/poshmark.ca\/*\/*, https:\/\/poshmark.ca\/*\/*\/*, https:\/\/poshmark.ca\/*\/*\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/*\/*\/*\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/feed"
            ],
            "js": [
                "js\/my_feed_share.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/my-feed"
            ],
            "js": [
                "js\/my_feed_share.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/closet\/*"
            ],
            "js": [
                "js\/editshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/listing\/*"
            ],
            "js": [
                "js\/editshare2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/listing\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/edit-listing\/*"
            ],
            "js": [
                "js\/editshare3.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/edit-listing\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/closet\/*"
            ],
            "js": [
                "js\/newsfeedactivityreturn2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.com\/closet\/*"
            ],
            "js": [
                "js\/followfromfeed2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*\/*"
            ],
            "js": [
                "HackTimer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*\/*"
            ],
            "js": [
                "js\/shared_functions.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/*\/*\/*\/*"
            ],
            "js": [
                "js\/itemshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/feed"
            ],
            "js": [
                "js\/my_feed_share.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/my-feed"
            ],
            "js": [
                "js\/my_feed_share.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/closet\/*"
            ],
            "js": [
                "js\/editshare.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.a\/listing\/*"
            ],
            "js": [
                "js\/editshare2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/edit-listing\/*"
            ],
            "js": [
                "js\/editshare3.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/brand\/*"
            ],
            "js": [
                "js\/commenter1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/listing\/*"
            ],
            "js": [
                "js\/commenter2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/closet\/*"
            ],
            "js": [
                "js\/newsfeedactivityreturn2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/poshmark.ca\/closet\/*"
            ],
            "js": [
                "js\/followfromfeed2.js"
            ]
        }
    ]
}