SocialSense

Empowering Your Personal Brand on LinkedIn.

O que é SocialSense?

SocialSense é uma extensão do Chrome desenvolvida por https://socialsense.ai, e sua principal característica é "Empowering Your Personal Brand on LinkedIn.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SocialSense

Baixe arquivos de extensão SocialSense no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome SocialSense SocialSense
ID ifojdkmbcldnibhgomkbdfnflfchkekd
URL Oficial https://chromewebstore.google.com/detail/socialsense/ifojdkmbcldnibhgomkbdfnflfchkekd
Descrição Empowering Your Personal Brand on LinkedIn.
Tamanho do Arquivo 6.04 MB
Contagem de Instalações 66
Versão Atual 1.0.2
Última Atualização 2023-08-28
Data de Publicação 2023-07-29
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://socialsense.ai
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.socialsense.ai/
Idiomas Suportados 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\/;"
    }
}