Sprout Social

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

Τι είναι το Sprout Social;

Το Sprout Social είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sproutsocial.com, και η κύρια λειτουργία του είναι "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sprout Social

Λήψη αρχείων επέκτασης Sprout Social σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sprout Social Sprout Social
ID biailfjhlmalakjackgpekkbmljelldc
Επίσημο URL https://chromewebstore.google.com/detail/sprout-social/biailfjhlmalakjackgpekkbmljelldc
Περιγραφή Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
Μέγεθος Αρχείου 37.8 KB
Αριθμός Εγκαταστάσεων 7,512
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-01-23
Ημερομηνία Δημοσίευσης 2020-02-08
Αξιολόγηση 2.97/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής https://sproutsocial.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sproutsocial.com
URL της Σελίδας Πολιτικής Απορρήτου https://sproutsocial.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}