Social Sender
This extension will send messages to businesses via multiple social sites, automatically.
什麼是Social Sender?
Social Sender是由Social Sender開發的Chrome擴展程式,該擴展的主要功能是“This extension will send messages to businesses via multiple social sites, automatically.”。
擴展截圖
下載Social Sender擴展crx文件
下載Social Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.
擴展基本資訊
名稱 | |
ID | bjcibhlfjplfokfbjncfcbldoofffcil |
官方網址 | https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil |
簡介 | This extension will send messages to businesses via multiple social sites, automatically. |
檔案大小 | 17.78 MB |
安裝次數 | 25 |
目前版本 | 0.8.4 |
更新時間 | 2020-08-27 |
上架時間 | 2020-03-10 |
開發者 | Social Sender |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.socialsender.cc |
隱私政策頁面URL | http://www.socialsender.cc/privacypolicy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Sender", "description": "This extension will send messages to businesses via multiple social sites, automatically.", "version": "0.8.4", "permissions": [ "https:\/\/*.facebook.com\/", "https:\/\/*.instagram.com\/", "https:\/\/*.linkedin.com\/", "https:\/\/*.socialsender.cc\/", "tabs", "debugger", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } }, "background": { "scripts": [ "jquery-3.4.1.min.js", "background.js" ], "persistent": true } } |