PoshTools

Poshmark automation that helps you make more sales, get more followers and more shares for your inventory.

O que é PoshTools?

PoshTools é uma extensão do Chrome desenvolvida por https://poshtools.io, e sua principal característica é "Poshmark automation that helps you make more sales, get more followers and more shares for your inventory.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PoshTools

Baixe arquivos de extensão PoshTools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Posh Tools is the top automation tool for Poshmark®. It will help you make more sales for your business. 

If you're struggling to make a lot of sales then you've come to the right place.

Posh Tools will help you get more followers and more shares for your products.

If you're a Poshmark® seller who wants to increase sales, but is having a hard time putting the hours in then look no further. 

Posh Tools was designed by sellers for sellers. We understand just how tedious certain tasks are. It’s the very reason we decided to build this tool. We want to put an end to the manual labor required for growing your sales on Poshmark®. 

Posh Tools is a Chrome Extension that makes selling easier. Start earning more money by utilizing Posh Tools to do the work for you. 

Oh, did I mention the amount of hours you can save per day? Tons. Give it a try with our free trial!

Posh Tools opens automatically when you're on the 'My Closet' page of the website. It has the following features:

Auto-Follow/Unfollow
Follow users from anyone's followers or following page. Or unfollow users from your page. 

Item Sharer
Share items to followers, automatically. Also, automatically share items to a party. 

Closet Organizer
Easily sort your closet to make sure your hottest items are listed at the top. 

It’s no secret that balancing your life (work, family, friends, kids, etc) and your beloved side hustle is the hardest thing to do. We wanted to prove to you that it’s actually not as hard as you may think. With the help of Posh Tools you can increase your sales quickly!

Posh Tools: https://poshtools.io
Pricing: https://poshtools.io/pricing
Blog: https://poshtools.io/blog
Docs: https://poshtools.io/docs


POSHMARK® is a registered trademark of Poshmark, Inc. ® Posh Tools is not affiliated with, endorsed by, sponsored by or otherwise related to Poshmark, Inc. ® or any of its affiliates or subsidiaries.                    

Informações Básicas da Extensão

Nome PoshTools PoshTools
ID dmihmgneocgapgljihgofbbblephcgca
URL Oficial https://chromewebstore.google.com/detail/poshtools/dmihmgneocgapgljihgofbbblephcgca
Descrição Poshmark automation that helps you make more sales, get more followers and more shares for your inventory.
Tamanho do Arquivo 361 KB
Contagem de Instalações 161
Versão Atual 1.0.16
Última Atualização 2022-11-03
Data de Publicação 2020-07-02
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor https://poshtools.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://poshtools.io/
URL da Página de Ajuda https://poshtools.io/docs/
URL da Página de Política de Privacidade https://poshtools.io/privacy-policy
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "128": "build\/images\/logo-128.png",
            "16": "build\/images\/logo-16.png",
            "32": "build\/images\/logo-32.png",
            "48": "build\/images\/logo-48.png",
            "96": "build\/images\/logo-96.png"
        },
        "default_title": "Posh Tools"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "css": [
                "build\/css\/styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.poshmark.com\/closet*",
                "*:\/\/*.poshmark.com\/feed*",
                "*:\/\/*.poshmark.com\/category*",
                "*:\/\/*.poshmark.com\/party*",
                "*:\/\/*.poshmark.com\/brand*",
                "*:\/\/*.poshmark.com\/user*",
                "*:\/\/*.poshmark.com\/likes*",
                "*:\/\/*.poshmark.com\/showroom*",
                "*:\/\/*.poshmark.com\/listing*"
            ]
        }
    ],
    "description": "Poshmark automation that helps you make more sales, get more followers and more shares for your inventory.",
    "icons": {
        "128": "build\/images\/logo-128.png",
        "16": "build\/images\/logo-16.png",
        "32": "build\/images\/logo-32.png",
        "48": "build\/images\/logo-48.png",
        "96": "build\/images\/logo-96.png"
    },
    "manifest_version": 2,
    "name": "PoshTools",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.16",
    "web_accessible_resources": [
        "build\/js\/index.js"
    ]
}