Trendstastic

View Google search trends directly from live search results

Trendstastic क्या है?

Trendstastic rodrigo.stockebrand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Google search trends directly from live search results"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trendstastic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}