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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}