SocialSense
Empowering Your Personal Brand on LinkedIn.
什麼是SocialSense?
SocialSense是由https://socialsense.ai開發的Chrome擴展程式,該擴展的主要功能是“Empowering Your Personal Brand on LinkedIn.”。
擴展截圖
下載SocialSense擴展crx文件
下載SocialSense擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Increase your engagement on LinkedIn by 8x!
If smart engagement + building genuine connections are your goals, we have got your back!
Here’s how:
- Engage with your connections by generating relatable and human-like comments instantly.
- Change the tone of your comments with a single click.
- Access all insights at one place.
- Engage with top creators and their viral posts.
- Enjoy the extremely simple yet classy UI that gets things done faster.
Install the SocialSense extension now to change your LinkedIn presence and amplify your engagement game! 擴展基本資訊
| 名稱 | |
| ID | ifojdkmbcldnibhgomkbdfnflfchkekd |
| 官方網址 | https://chromewebstore.google.com/detail/socialsense/ifojdkmbcldnibhgomkbdfnflfchkekd |
| 簡介 | Empowering Your Personal Brand on LinkedIn. |
| 檔案大小 | 6.04 MB |
| 安裝次數 | 66 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2023-08-28 |
| 上架時間 | 2023-07-29 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | https://socialsense.ai |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://www.socialsense.ai/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.2",
"short_name": "SocialSense",
"name": "SocialSense",
"description": "Empowering Your Personal Brand on LinkedIn.",
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/app.socialsense.ai\/*"
],
"js": [
"contentScript.bundle.js"
]
}
],
"action": {
"default_popup": "popup-ext.html",
"default_icon": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png",
"192": "logo192.png",
"512": "logo512.png"
}
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png",
"192": "logo192.png",
"512": "logo512.png"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"img\/*.png",
"img\/*.svg",
"popup.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"cookies",
"storage",
"activeTab",
"webNavigation"
],
"host_permissions": [
"https:\/\/www.linkedin.com\/*",
"http:\/\/localhost:3000\/*",
"*:\/\/*.socialsense.ai\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.linkedin.com\/* https:\/\/extension.socialsense.ai\/;"
}
} | |