Vista Social

Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…

O que é Vista Social?

Vista Social é uma extensão do Chrome desenvolvida por https://vistasocial.com, e sua principal característica é "Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Vista Social

Baixe arquivos de extensão Vista Social 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

                        Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social networks from any website.
If you're a Vista Social user, the Vista Social Chrome Extension can help you quickly schedule, queue, or publish content that you find online.

See a Web page or blog post that you want to share on Twitter, Facebook, LinkedIn Instagram, TikTok and several others ? Click the Chrome Extension. Add one of your saved hashtag groups alongside your description (and maybe an emoji or two). Set it to publish right away, to be scheduled later on, or to be added to one of your queue categories.

Curating content for your social profiles has never been easier!                    

Informações Básicas da Extensão

Nome Vista Social Vista Social
ID penkaabfmokbebopkikfcoobplgbncjc
URL Oficial https://chromewebstore.google.com/detail/vista-social/penkaabfmokbebopkikfcoobplgbncjc
Descrição Vista Social lets you schedule and publish content to Twitter, Facebook, LinkedIn Instagram, TikTok and several other social…
Tamanho do Arquivo 22.17 KB
Contagem de Instalações 550
Versão Atual 1.0.7
Última Atualização 2023-06-28
Data de Publicação 2022-03-14
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://vistasocial.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vistasocial.com/
URL da Página de Ajuda https://support.vistasocial.com
URL da Página de Política de Privacidade https://vistasocial.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vista Social",
    "description": "",
    "version": "1.0.7",
    "homepage_url": "https:\/\/vistasocial.com",
    "background": {
        "service_worker": "vistasocial.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    }
}