Sprout Social
Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
Co je Sprout Social?
Sprout Social je rozšíření Chrome vyvinuté https://sproutsocial.com, a jeho hlavní funkcí je „Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sprout Social
Stáhněte si soubory rozšíření Sprout Social ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Sprout Social |
ID | biailfjhlmalakjackgpekkbmljelldc |
Oficiální URL | https://chromewebstore.google.com/detail/sprout-social/biailfjhlmalakjackgpekkbmljelldc |
Popis | Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools. |
Velikost souboru | 37.8 KB |
Počet instalací | 7,512 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2023-01-23 |
Datum Vydání | 2020-02-08 |
Hodnocení | 2.97/5 Celkem 32 Hodnocení |
Vývojář | https://sproutsocial.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://sproutsocial.com |
URL Stránky Zásad Ochrany Soukromí | https://sproutsocial.com/privacy-policy |
Podporované Jazyky | 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:\/\/*\/*" ] } |