Poshmark Sharing Tool

Poshmark Sharing Tool by WiseSolutions, LLC

Τι είναι το Poshmark Sharing Tool;

Το Poshmark Sharing Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WiseSolutions, LLC, και η κύρια λειτουργία του είναι "Poshmark Sharing Tool by WiseSolutions, LLC".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Poshmark Sharing Tool

Λήψη αρχείων επέκτασης Poshmark Sharing Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        https://wisesolutionsco.com/store 
 
Poshmark Sharing Tool allows you to cut your sharing time in less than half and is Poshmark approved.
 
Closet sharing is a key part of successful sales for Poshmark sellers. Sharing is time intensive and tedious, yet very important. This tool reconfigures your screen in order to allow easier, faster, and more efficient closet sharing.

Poshmark Sharing Tool has three modes: party, speed, and no scroll. You are able to share to parties, share to followers, and share without having to move your mouse (just clicks).

You still click to share each item manually; therefore, this tool is in compliance with the rules of Poshmark. Since you are still the one doing the sharing, this is in no way automation or a bot. Keep track of what items you have shared and your total shares easily. Each item’s share button bar changes to pink after being shared and there is a star count in the bottom right corner that keeps track of how many items you’ve shared in that sitting. (See video for demo).

This tool is sold as a Chrome browser extension, making it easy to use and accessible for all users with Chrome. Please visit our website https://www.wisesolutionsco.com for a demo/tutorial video. Please email us at [email protected] with any questions.

To subscribe: https://wisesolutionsco.com/store 
This can also be used to do community shares. Follow the same procedure. 

Happy Poshing!

https://www.wisesolutionsco.com
[email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Poshmark Sharing Tool Poshmark Sharing Tool
ID bdnjcbbjemfffhffjoajhdcpdjikkead
Επίσημο URL https://chromewebstore.google.com/detail/poshmark-sharing-tool/bdnjcbbjemfffhffjoajhdcpdjikkead
Περιγραφή Poshmark Sharing Tool by WiseSolutions, LLC
Μέγεθος Αρχείου 22.7 KB
Αριθμός Εγκαταστάσεων 1,727
Τρέχουσα Έκδοση 0.4.0
Τελευταία Ενημέρωση 2022-08-13
Ημερομηνία Δημοσίευσης 2020-11-27
Αξιολόγηση 4.72/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής WiseSolutions, LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wisesolutionsco.com/
URL της Σελίδας Πολιτικής Απορρήτου https://wisesolutionsco.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poshmark Sharing Tool",
    "version": "0.4.0",
    "description": "Poshmark Sharing Tool by WiseSolutions, LLC",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/pstdj.herokuapp.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.poshmark.com\/*",
            "*:\/\/*.poshmark.ca\/*",
            "*:\/\/*.poshmark.au\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "star.png",
                "buttPress.js",
                "analytic.js",
                "style.css"
            ],
            "matches": [
                "https:\/\/poshmark.com\/*",
                "https:\/\/poshmark.au\/*",
                "https:\/\/poshmark.ca\/*",
                "https:\/\/pstdj.herokuapp.com\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}