Sprout Social

Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.

O que é Sprout Social?

Sprout Social é uma extensão do Chrome desenvolvida por https://sproutsocial.com, e sua principal característica é "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sprout Social

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

                        Easily share content you find while browsing the web. Create and schedule social posts directly from Chrome with Sprout’s browser extension.

Sprout Social offers deep social media listening and analytics, social management, customer care, commerce, and advocacy solutions for brands and agencies worldwide. 

The Chrome extension requires a Sprout Social account and is included with all plans. Learn more at sproutsocial.com.                    

Informações Básicas da Extensão

Nome Sprout Social Sprout Social
ID biailfjhlmalakjackgpekkbmljelldc
URL Oficial https://chromewebstore.google.com/detail/sprout-social/biailfjhlmalakjackgpekkbmljelldc
Descrição Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
Tamanho do Arquivo 37.8 KB
Contagem de Instalações 7,512
Versão Atual 1.0.2
Última Atualização 2023-01-23
Data de Publicação 2020-02-08
Classificação 2.97/5 Total de 32 Avaliações
Desenvolvedor https://sproutsocial.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sproutsocial.com
URL da Página de Política de Privacidade https://sproutsocial.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sprout Social",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/app.sproutsocial.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "sprout-sharebtn\/styles.css"
            ],
            "js": [
                "vendor\/jquery-3.2.1.slim.min.js",
                "sprout-sharebtn\/index.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "manifest.json",
        "svg\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/chrome-extensions-favicon-19.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sproutsocial.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/SproutLeaf_16.png",
        "48": "icons\/SproutLeaf_48.png",
        "128": "icons\/SproutLeaf_128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}