SocialSense

Empowering Your Personal Brand on LinkedIn.

Was ist SocialSense?

SocialSense ist eine Chrome-Erweiterung, die von https://socialsense.ai entwickelt wurde, und ihr Hauptmerkmal ist "Empowering Your Personal Brand on LinkedIn.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

SocialSense-Erweiterungs-CRX-Datei herunterladen

Laden Sie SocialSense-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SocialSense SocialSense
ID ifojdkmbcldnibhgomkbdfnflfchkekd
Offizielle URL https://chromewebstore.google.com/detail/socialsense/ifojdkmbcldnibhgomkbdfnflfchkekd
Beschreibung Empowering Your Personal Brand on LinkedIn.
Dateigröße 6.04 MB
Installationsanzahl 66
Aktuelle Version 1.0.2
Letztes Update 2023-08-28
Veröffentlichungsdatum 2023-07-29
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://socialsense.ai
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.socialsense.ai/
Unterstützte Sprachen 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\/;"
    }
}