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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } |