CommentGPT - Shopee review analysis assistant

Use our plugin to extract sentiment and keywords from Shopee product reviews for better product evaluation.

CommentGPT - Shopee review analysis assistant क्या है?

CommentGPT - Shopee review analysis assistant knhcfsg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use our plugin to extract sentiment and keywords from Shopee product reviews for better product evaluation."।

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

screenshot
screenshot

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

crx प्रारूप में CommentGPT - Shopee review analysis assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **New Feature: Free Access to ChatGPT Plus, no OpenAi or ChatGPT Account need!**

🚀 What is it?
● CommentGPT - Shopee review analysis assistant is a helpful Niche Finder tool for all shopees ellers who wants to get a better review analysis and review audit. It's a chrome extension that uses OpenAI ChatGPT to analyze the reviews and pull out the most important keywords and takeaways. It can help sellers find the suitable product to sell.
● With this extension, you can easily tell if a review is positive, or negative. It's perfect for sellers who want to see what people are saying about the products. These information is presented to the you in an easy-to-understand format, helping you to quickly identify trends and patterns in the reviews.
● It can also search for reviews that have specific keywords. This is really useful if you're looking for feedback on a particular aspect of a product.
● Overall, if you want to know more about what people are saying about a product, this is the perfect tool for you. It's easy to use and provides valuable insights that you wouldn't be able to get otherwise.

🚀 Features
Review Analysis:
● Choose the number of reviews you want to analyze: 10, 25, or 50.
● See a summary of common keywords related to the product.
● Check out the high-frequency words or phrases in positive and negative reviews.
● Get advice based on the review analysis.
Review Search:
● Search for reviews that contain specific keywords.
● Add multiple keywords, separated by commas.
● Once you find the reviews you want, use the "copy all" function to easily save them.                    

एक्सटेंशन की मूल जानकारी

नाम CommentGPT - Shopee review analysis assistant CommentGPT - Shopee review analysis assistant
ID hjajjdbieadchdmmifdjgedfhgdnonlh
आधिकारिक URL https://chromewebstore.google.com/detail/commentgpt-shopee-review/hjajjdbieadchdmmifdjgedfhgdnonlh
विवरण Use our plugin to extract sentiment and keywords from Shopee product reviews for better product evaluation.
फ़ाइल का आकार 476 KB
स्थापना संख्या 211
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-04-20
प्रकाशन तिथि 2023-03-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर knhcfsg
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://findniche.com/privacy
समर्थित भाषाएँ en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [],
    "version_name": "1.0.3",
    "icons": {
        "16": "src\/assets\/icons\/logo.png",
        "32": "src\/assets\/icons\/logo.png",
        "48": "src\/assets\/icons\/logo.png",
        "128": "src\/assets\/icons\/logo.png"
    },
    "action": {
        "default_icon": "src\/assets\/icons\/logo.png",
        "default_title": "popup",
        "default_popup": "src\/popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.f37aa433.8a59639d.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "src\/assets\/css\/main.css",
                "assets\/index.8a2812dd.css",
                "assets\/index.js.b913f104.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/assets\/css\/*",
                "src\/assets\/icons\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.65be4e30.js",
                "assets\/index.js.f37aa433.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}