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 |
官方網址 | 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:\/\/*\/*" ] } |