Trends for Chrome
Trends for Chrome will notify you of important changes in trends.
Trends for Chromeคืออะไร?
Trends for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trendsforchrome.com และคุณลักษณะหลักของมันคือ "Trends for Chrome will notify you of important changes in trends."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trends for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |