Sprout Social

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

Was ist Sprout Social?

Sprout Social ist eine Chrome-Erweiterung, die von https://sproutsocial.com entwickelt wurde, und ihr Hauptmerkmal ist "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.".

Erweiterungsscreenshots

screenshot

Sprout Social-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sprout Social-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sprout Social Sprout Social
ID biailfjhlmalakjackgpekkbmljelldc
Offizielle URL https://chromewebstore.google.com/detail/sprout-social/biailfjhlmalakjackgpekkbmljelldc
Beschreibung Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
Dateigröße 37.8 KB
Installationsanzahl 7,512
Aktuelle Version 1.0.2
Letztes Update 2023-01-23
Veröffentlichungsdatum 2020-02-08
Bewertung 2.97/5 Insgesamt 32 Bewertungen
Entwickler https://sproutsocial.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sproutsocial.com
URL der Datenschutzrichtlinien-Seite https://sproutsocial.com/privacy-policy
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}