Trends for Chrome
Trends for Chrome will notify you of important changes in trends.
Trends for Chromeとは何ですか?
Trends for Chromeはhttps://trendsforchrome.comによって開発されたChromeの拡張機能で、その主な機能は「Trends for Chrome will notify you of important changes in trends.」です。
拡張機能のスクリーンショット
Trends for Chrome拡張機能のCRXファイルをダウンロード
Trends for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Trends for Chrome helps you utilize one of the best kept secrets on the web: Google Trends! Get analytics and alerts on topics relevant to you and your business. Each time you search a term, you are given the option to view extra analytics, related topics, related queries, as well as sign up for alerts based on logics you choose. That way, you are notified immediately when topics of interest to you surge in popularity. Further, you can specify a search setting or URL to visit after an alert is generated to directly see why the topic is being searched more than before. Trends for Chrome is the one-stop extension for incorporating Google Trends into your work-flow and deriving value from this treasure trove of information. This is an excellent extension for anyone in sales, marketing, business development, account management, customer success, and market research. Find and track search terms that are directly related to leads and clients so you can understand their market before they do. Using real time data to make excellent decisions has never been easier. To start, just type a search term into Google Search. Choose either a quick peak or go to the full Google Trends page. Sign up for alerts if you are interested in that term. Choose the alert logic and what you want to be notified about. Go on with your workflow, be notified of interest surges when they happen! For marketers and researchers: Sign up for alerts in topics of relevance to your domain and be notified whenever public interest rises. You will be able to see related topics and queries and how much they are increasing in popularity in order to add context to the analysis. For sales and account managers: Add the URL and names of your leads and accounts as alerts and see whenever their consumers or the wider public searches for them more. This takes the labor out of monitoring their activity and public engagement. For media and public relations managers: Add your accounts and their related terms to Trends for Chrome and see directly how your efforts are affecting the public’s search behavior. On the flipside, see when interest in your accounts spike so that you know exactly when to take action. For business development professionals: Analysis and monitoring of your competitors’ public engagement strategy has never been easier. Just sign up their names and related topics as alerts and then see whenever their community or marketing engagement campaign takes off.
拡張機能の基本情報
名前 | Trends for Chrome |
ID | lidfmdaclgkdngienipchggeapcbdacn |
公式URL | https://chromewebstore.google.com/detail/trends-for-chrome/lidfmdaclgkdngienipchggeapcbdacn |
説明 | Trends for Chrome will notify you of important changes in trends. |
ファイルサイズ | 93.52 KB |
インストール数 | 3,576 |
現在のバージョン | 0.1.2 |
最終更新日 | 2021-10-03 |
公開日 | 2021-06-29 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://trendsforchrome.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://trendsforchrome.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Grigoris Chatzinikolaou", "name": "Trends for Chrome", "version": "0.1.2", "description": "Trends for Chrome will notify you of important changes in trends.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/trends.google.com\/*", "https:\/\/www.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/trends.google.com\/*", "https:\/\/www.google.com\/*" ], "js": [ "gtrendsContentScript.js" ] } ], "action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |