SocialFlow
SocialFlow for Chrome.
什麼是SocialFlow?
SocialFlow是由muhammad.aslam開發的Chrome擴展程式,該擴展的主要功能是“SocialFlow for Chrome.”。
擴展截圖
下載SocialFlow擴展crx文件
下載SocialFlow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Grow and engage your audience through real-time data and machine-learning optimization, guiding your content to just the right place in the social conversation. 擴展基本資訊
| 名稱 | |
| ID | fdlnbcmefokhbjgdbljhjhlpagmcajgn |
| 官方網址 | https://chromewebstore.google.com/detail/socialflow/fdlnbcmefokhbjgdbljhjhlpagmcajgn |
| 簡介 | SocialFlow for Chrome. |
| 檔案大小 | 5.35 MB |
| 安裝次數 | 113 |
| 目前版本 | 3.2.15 |
| 更新時間 | 2023-10-24 |
| 上架時間 | 2023-10-23 |
| 開發者 | muhammad.aslam |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://piano.io/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "js\/ext\/background.js"
},
"action": {
"default_icon": "assets\/img\/icon_19.png",
"default_popup": "socialflow.html#\/composition",
"default_title": "SocialFlow"
},
"content_scripts": [
{
"js": [
"js\/ext\/content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"description": "SocialFlow for Chrome.",
"homepage_url": "http:\/\/www.socialflow.com",
"icons": {
"128": "assets\/img\/icon_128.png",
"16": "assets\/img\/icon_16.png",
"48": "assets\/img\/icon_48.png"
},
"manifest_version": 3,
"name": "SocialFlow",
"options_page": "socialflow.html#\/options",
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"chrome_ex_oauth.html",
"js\/ext\/oauth\/chrome_ex_oauthsimple.js",
"js\/ext\/oauth\/chrome_ex_oauth.js",
"js\/ext\/redirect.js",
"socialflow.html",
"socialflow.html#\/options"
],
"matches": [
"*:\/\/*\/*"
],
"extension_ids": []
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"version": "3.2.15"
} | |