Posh Butler

Auto share your posts.

O que é Posh Butler?

Posh Butler é uma extensão do Chrome desenvolvida por tyler.buchea, e sua principal característica é "Auto share your posts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Posh Butler

Baixe arquivos de extensão Posh Butler 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 Butler automates the "Share To Followers" feature on Poshmark. Simply navigate to your Poshmark closet, open Posh Butler, click start, and wait while it shares all of your posts. This extension is for someone with hundreds of posts on Poshmark and manually sharing each one is too time consuming.                    

Informações Básicas da Extensão

Nome Posh Butler Posh Butler
ID dlncdhoiibiggpnejbmakpfloikjlmab
URL Oficial https://chromewebstore.google.com/detail/posh-butler/dlncdhoiibiggpnejbmakpfloikjlmab
Descrição Auto share your posts.
Tamanho do Arquivo 4.56 MB
Contagem de Instalações 118
Versão Atual 0.0.8
Última Atualização 2020-12-24
Data de Publicação 2020-04-18
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor tyler.buchea
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://tylerbuchea.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Posh Butler",
    "description": "Auto share your posts.",
    "version": "0.0.8",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Posh Butler"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.poshmark.com\/*",
        "https:\/\/*.poshmark.ca\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.poshmark.com\/*",
                "https:\/\/*.poshmark.ca\/*"
            ],
            "js": [
                ".\/contentscript.js"
            ]
        }
    ]
}