Rakuten AI Listing editor

A free extension supports Rakuten listing oprimize by ChatGPT.

Co to jest Rakuten AI Listing editor?

Rakuten AI Listing editor to rozszerzenie Chrome opracowane przez wjvdyvh, a jego główną funkcją jest „A free extension supports Rakuten listing oprimize by ChatGPT.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rakuten AI Listing editor

Pobierz pliki rozszerzeń Rakuten AI Listing editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        RakutenGPT is a free AI-powered listing optimizer that helps Rakuten sellers optimize listing to improve Rakuten search ranking. 
With the help of RakutenGPT, you will never need to search for Rakuten tips or templates for your listings. Just one click, you can get some better listing choices by ChatGPT OpenAI. 

🚀 Features
‒ Optimize title of Rakuten listing
‒ Optimize description of Rakuten listing
‒ Keywords finder and Keyword suggestion
‒ Copy optimized listing content with one click
‒ Export optimized listing content as .doc

🚀 How to use
1. Optimize title
    a. Go to listing page of the product
    b. Open the RakutenGPT and select Title Generator
    c. Search and pick keywords
    d. Click Generate Title button and get suggestion.
2. Optimize description
    a. Go to listing page of the product
    b. Open the RakutenGPT and select Description Generator
    c. Search and select keywords, and set parameters.
    d. Click Generate Description and get suggestion.

🚀 How it works
RakutenGPT analyzes current product information such as title, description, keywords and uses ChatGPT to provide you with optimized listing content.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rakuten AI Listing editor Rakuten AI Listing editor
ID cachgfjiefofkmijjdcdnenjlljpiklj
Oficjalny URL https://chromewebstore.google.com/detail/rakuten-ai-listing-editor/cachgfjiefofkmijjdcdnenjlljpiklj
Opis A free extension supports Rakuten listing oprimize by ChatGPT.
Rozmiar pliku 948 KB
Liczba instalacji 70
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2023-04-06
Data Publikacji 2023-03-02
Deweloper wjvdyvh
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://findniche.com/privacy
Obsługiwane Języki en,lt,sr,zh-CN,ja
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": "ja",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}