Trends for Chrome

Trends for Chrome will notify you of important changes in trends.

O que é Trends for Chrome?

Trends for Chrome é uma extensão do Chrome desenvolvida por https://trendsforchrome.com, e sua principal característica é "Trends for Chrome will notify you of important changes in trends.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trends for Chrome

Baixe arquivos de extensão Trends for Chrome 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

                        Trends for Chrome helps you utilize one of the best kept secrets on the web: Google Trends!

Get analytics and alerts on topics relevant to you and your business. Each time you search a term, you are given the option to view extra analytics, related topics, related queries, as well as sign up for alerts based on logics you choose. That way, you are notified immediately when topics of interest to you surge in popularity. Further, you can specify a search setting or URL to visit after an alert is generated to directly see why the topic is being searched more than before. Trends for Chrome is the one-stop extension for incorporating Google Trends into your work-flow and deriving value from this treasure trove of information.

This is an excellent extension for anyone in sales, marketing, business development, account management, customer success, and market research. Find and track search terms that are directly related to leads and clients so you can understand their market before they do. Using real time data to make excellent decisions has never been easier.

To start, just type a search term into Google Search.

Choose either a quick peak or go to the full Google Trends page.

Sign up for alerts if you are interested in that term.

Choose the alert logic and what you want to be notified about.

Go on with your workflow, be notified of interest surges when they happen!

For marketers and researchers: Sign up for alerts in topics of relevance to your domain and be notified whenever public interest rises. You will be able to see related topics and queries and how much they are increasing in popularity in order to add context to the analysis.

For sales and account managers: Add the URL and names of your leads and accounts as alerts and see whenever their consumers or the wider public searches for them more. This takes the labor out of monitoring their activity and public engagement. 

For media and public relations managers: Add your accounts and their related terms to Trends for Chrome and see directly how your efforts are affecting the public’s search behavior. On the flipside, see when interest in your accounts spike so that you know exactly when to take action.

For business development professionals: Analysis and monitoring of your competitors’ public engagement strategy has never been easier. Just sign up their names and related topics as alerts and then see whenever their community or marketing engagement campaign takes off.                    

Informações Básicas da Extensão

Nome Trends for Chrome Trends for Chrome
ID lidfmdaclgkdngienipchggeapcbdacn
URL Oficial https://chromewebstore.google.com/detail/trends-for-chrome/lidfmdaclgkdngienipchggeapcbdacn
Descrição Trends for Chrome will notify you of important changes in trends.
Tamanho do Arquivo 93.52 KB
Contagem de Instalações 3,576
Versão Atual 0.1.2
Última Atualização 2021-10-03
Data de Publicação 2021-06-29
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://trendsforchrome.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://trendsforchrome.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Grigoris Chatzinikolaou",
    "name": "Trends for Chrome",
    "version": "0.1.2",
    "description": "Trends for Chrome will notify you of important changes in trends.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/trends.google.com\/*",
        "https:\/\/www.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trends.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "gtrendsContentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}