SocialAnalyzer - Social Sentiment & Analysis

Social Analyzer is a free tool of social media monitoring and analysis.

O que é SocialAnalyzer - Social Sentiment & Analysis?

SocialAnalyzer - Social Sentiment & Analysis é uma extensão do Chrome desenvolvida por Social Analyzer, e sua principal característica é "Social Analyzer is a free tool of social media monitoring and analysis.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SocialAnalyzer - Social Sentiment & Analysis

Baixe arquivos de extensão SocialAnalyzer - Social Sentiment & Analysis 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

                        The social sentiment - SocialAnalyzer extension is a FREE tool of social media monitoring and social media analytics,to help you easily get audience profile.

The social sentiment - SocialAnalyzer saves you time and effort, allowing you to quickly find the trending topics on Facebook™ & YouTube™ & Twitter™, and get social media monitoring. The SocialAnalyzer is recognized as the best tool of analysing social sentiment.

 

Features of social sentiment - SocialAnalyzer:

✔ Powerful filters for finding trending topics and social sentiment on Facebook™ and other social media

✔ Easily make a social media monitoring from mass posts and videos

✔ Accurately monitor the public opinion of keywords on Facebook™ & other social products

✔ Quick analysis of brand influence and APP audience through massive monitoring data

✔ Simply positioned to negative mentions

 

How to find trending topics and social sentiment on Facebook™ and other social media?

The SocialAnalyzer will collect content from multiple social media platforms based on your monitoring #keywords, but not just this, we will help you analyze people's emotions, so you can constantly tune your marketing content or product.

With social sentiment - SocialAnalyzer, you can quickly complete  You can quickly complete keyword monitoring and twitter™ sentiment analysis or other social media.

More social media adspy are on the way. You can find a very detailed overview in here: *https://myadlibrary.com/social-analyzer                    

Informações Básicas da Extensão

Nome SocialAnalyzer - Social Sentiment & Analysis SocialAnalyzer - Social Sentiment & Analysis
ID efeikkcpimdfpdlmlbjdecnmkknjcfcp
URL Oficial https://chromewebstore.google.com/detail/socialanalyzer-social-sen/efeikkcpimdfpdlmlbjdecnmkknjcfcp
Descrição Social Analyzer is a free tool of social media monitoring and analysis.
Tamanho do Arquivo 831 KB
Contagem de Instalações 3,939
Versão Atual 1.0.8
Última Atualização 2021-08-14
Data de Publicação 2020-12-29
Classificação 4.23/5 Total de 22 Avaliações
Desenvolvedor Social Analyzer
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://gmplus.io/gmplus-private-policy
Idiomas Suportados de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.8",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/slogo16.png",
        "48": "icons\/slogo48.png",
        "128": "icons\/slogo128.png"
    },
    "browser_action": {
        "default_title": "SocialAnalyzer"
    },
    "permissions": [
        "activeTab",
        "background",
        "*:\/\/*.myadlibrary.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; frame-src 'self' *; child-src 'self' *",
    "web_accessible_resources": [
        "popup\/*",
        "contents\/loader.js",
        "contents\/loader.css"
    ]
}