├── LICENSE
├── README.md
├── content.js
├── icon.png
├── manifest.json
├── popup.html
└── popup.js
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2023 SerpApi
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
27 |
28 | The extension isn’t published under Chrome Web Store yet, so the only web page you can access is the GitHub Repository for the moment. It doesn’t have support for Firefox yet. You will need a Chrome or a Brave Browser to use it.
29 |
30 | 1. Download the repository as a ZIP file and extract it, or just clone it.
31 | 2. In your Chrome or Brave browser, open the Extensions page (`chrome://extensions` for Chrome Browser, `brave://extensions` for Brave Browser).
32 | 3. Enable "Developer mode" in the top right corner of the page.
33 | 4. Click "Load unpacked" and select the extracted folder from your computer.
34 |
35 | ---
36 |
37 |
Usage
38 |
39 | 1. Navigate to ChatGPT webpage.
40 | 2. Navigate to [SerpApi Playground](https://serpapi.com/playground?engine=google_maps_reviews&data_id=0x89c259af336b3341%3A0xa4969e07ce3108de&hl=en) to filter the review results you desire.
41 | 3. Click on the SerpApi's ChatGPT Review Analyzer icon in your browser.
42 | 4. A popup window will open. Copy the review results you gathered from SerpApi in JSON format. (Do not try to trim the unnecessary parts.)
43 | 5. Click on the Analyze Button.
44 | 6. The extension will automatically process and display insights from the reviews, providing you with the 10 most common labels and their percentages based on occurrence rate. It will also indicate whether a label is positive or negative.
45 |
46 | ---
47 |
48 |