Sprout Social
Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
什么是Sprout Social?
Sprout Social是由https://sproutsocial.com开发的Chrome扩展程序,该扩展的主要功能是“Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.”。
扩展截图
下载Sprout Social扩展crx文件
下载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 |
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:\/\/*\/*" ] } |