Sprout Social

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

Sprout Social क्या है?

Sprout Social https://sproutsocial.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sprout Social एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}