Sprout Social
Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
Sprout Social là gì?
Sprout Social là một tiện ích mở rộng Chrome được phát triển bởi https://sproutsocial.com, và tính năng chính của nó là "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sprout Social
Tải xuống các tệp mở rộng Sprout Social dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sprout Social |
ID | biailfjhlmalakjackgpekkbmljelldc |
URL Chính Thức | https://chromewebstore.google.com/detail/sprout-social/biailfjhlmalakjackgpekkbmljelldc |
Mô tả | Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools. |
Kích Thước Tệp | 37.8 KB |
Số Lần Cài Đặt | 7,512 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-01-23 |
Ngày Phát Hành | 2020-02-08 |
Đánh Giá | 2.97/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | https://sproutsocial.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sproutsocial.com |
URL Trang Chính Sách Bảo Mật | https://sproutsocial.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |