Trendstastic

View Google search trends directly from live search results

什麼是Trendstastic?

Trendstastic是由rodrigo.stockebrand開發的Chrome擴展程式,該擴展的主要功能是“View Google search trends directly from live search results”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Trendstastic擴展crx文件

下載Trendstastic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Trendstastic Trendstastic
ID cbcmjpjgkjebibnojeedgapogoohckae
官方網址 https://chromewebstore.google.com/detail/trendstastic/cbcmjpjgkjebibnojeedgapogoohckae
簡介 View Google search trends directly from live search results
檔案大小 265 KB
安裝次數 5,902
目前版本 1.1.0
更新時間 2020-08-27
上架時間 2020-07-11
評分 4.50/5 共 12 次評分
開發者 rodrigo.stockebrand
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.trendstastic.co/
說明頁面URL http://www.trendstastic.co/support/
支援的語言 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'"
}