SocialSense

Empowering Your Personal Brand on LinkedIn.

SocialSenseとは何ですか?

SocialSenseはhttps://socialsense.aiによって開発されたChromeの拡張機能で、その主な機能は「Empowering Your Personal Brand on LinkedIn.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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!                    

拡張機能の基本情報

名前 SocialSense SocialSense
ID ifojdkmbcldnibhgomkbdfnflfchkekd
公式URL 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
Eメール [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\/;"
    }
}