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 |
Eメール | [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:\/\/*\/*" ] } |