Trendstastic

View Google search trends directly from live search results

¿Qué es Trendstastic?

Trendstastic es una extensión de Chrome desarrollada por rodrigo.stockebrand, y su función principal es "View Google search trends directly from live search results".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Trendstastic

Descarga archivos de extensión Trendstastic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Unleash the power of Google Trends -- > directly in live search results!

View Google search trends directly from live search results

Understanding when and how people search for important keywords can be an incredibly valuable research tool for any business and organization. However, the process of jumping back and forth between search results and keyword research tools can be tiresome and inefficient.

So we combined them. 

Live keyword trends data directly in search results. During the moments that matter most.

Key Benefits:
•	Instantaneous results
•	Wide view of search activity for each keyword you type in Google to better understand seasonality trends
•	Clear charting to quickly pinpoint spikes and drops
•	Works in conjunction with other popular keyword tools and plugins so you have all the important research information you need in one spot.

Contact us with any questions: [email protected]
Privacy Policy: http://www.trendstastic.co/privacy-policy/
Terms & Conditions:  http://www.trendstastic.co/terms-conditions/                    

Información Básica de la Extensión

Nombre Trendstastic Trendstastic
ID cbcmjpjgkjebibnojeedgapogoohckae
URL Oficial https://chromewebstore.google.com/detail/trendstastic/cbcmjpjgkjebibnojeedgapogoohckae
Descripción View Google search trends directly from live search results
Tamaño del Archivo 265 KB
Cantidad de Instalaciones 5,902
Versión Actual 1.1.0
Última Actualización 2020-08-27
Fecha de Publicación 2020-07-11
Calificación 4.50/5 Total de 12 Calificaciones
Desarrollador rodrigo.stockebrand
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.trendstastic.co/
URL de la Página de Ayuda http://www.trendstastic.co/support/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trendstastic",
    "short_name": "Trendstastic",
    "description": "View Google search trends directly from live search results",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Mohammad Apel Mahmod ",
    "icons": {
        "16": "assets\/icons\/16x16.png",
        "32": "assets\/icons\/32x32.png",
        "48": "assets\/icons\/48x48.png",
        "128": "assets\/icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}