Trends Playground - Google Trends Leveled Up

Get the data you want with the tool you already love. With Trends Playground, you gain access to powerful, in-depth analytics,…

Trends Playground - Google Trends Leveled Upคืออะไร?

Trends Playground - Google Trends Leveled Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trending Data และคุณลักษณะหลักของมันคือ "Get the data you want with the tool you already love. With Trends Playground, you gain access to powerful, in-depth analytics,…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trends Playground - Google Trends Leveled Up

ดาวน์โหลดไฟล์ส่วนขยาย Trends Playground - Google Trends Leveled Up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get the data you want with the tool you already love. 

With Trends Playground, you gain access to powerful, in-depth analytics, keyword discovery, and trend analysis that elevate your Google Trends research.

Key Features:

Search Volume Numbers: 
Google Trends only provides indexed search volume (0-100) which isn't very insightful. The Trends Playground provides the actual amount of searches for a keyword. 

Data Export: 
Easily download CSV files of the data directly from the Google Trends interface.

 Keyword Ideas:
Get inspired with a list of related keyword ideas displayed right within the Google Trends page, helping you explore new niches and opportunities.


How It Works:
Once installed, Trends Playground integrates seamlessly with Google Trends, adding a layer of powerful features that enhance your data exploration. Our extension enriches the standard Google Trends charts with more granular data and provides you with a downloadable CSV option for offline analysis. You'll also gain access to a curated list of keyword ideas based on your search, helping you uncover hidden gems and track emerging trends.


Get Started:
Install the Trends Playground extension.
Navigate to Google Trends and watch as the extension elevates your data exploration.
Register with your email to manage your credits and unlock the full potential of Trends Playground.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trends Playground - Google Trends Leveled Up Trends Playground - Google Trends Leveled Up
ID opaliloakomcdjpoocbcmlckjjkflidd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trends-playground-google/opaliloakomcdjpoocbcmlckjjkflidd
คำอธิบาย Get the data you want with the tool you already love. With Trends Playground, you gain access to powerful, in-depth analytics,…
ขนาดไฟล์ 91.07 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-11-12
ผู้พัฒนา Trending Data
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.trendingdata.ai/
URL หน้าช่วยเหลือ https://www.trendingdata.ai/pricing
URL หน้านโยบายความเป็นส่วนตัว https://www.trendingdata.ai/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trends Playground - Google Trends Leveled Up",
    "version": "1.5",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/localhost:5000\/",
        "https:\/\/trendingdata.ai\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trends.google.com\/*"
            ],
            "js": [
                "lib\/chartjs\/Chart.min.js",
                "content.js",
                "gtrends-inject-chart.js",
                "playground.js",
                "token.js",
                "signpop.js",
                "load-font.js",
                "toggle-listener.js"
            ],
            "css": [
                "playground.css",
                "banner.css",
                "gtrendschart.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "gtrends-inject-chart.js",
                "lib\/chartjs\/Chart.min.js",
                "playground.js",
                "gtrends-inject.js",
                "signpop.js",
                "load-font.js",
                "icons\/*.png"
            ],
            "matches": [
                "https:\/\/trends.google.com\/*"
            ]
        }
    ]
}