Sprout Social
Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools.
Sprout Socialคืออะไร?
Sprout Social เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sproutsocial.com และคุณลักษณะหลักของมันคือ "Sprout Social powers social communication with world-class engagement, publishing, analytics and team collaboration tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sprout Social
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |