ChatGPT File Uploader Extended

ChatGPT File Uploader Extended - Upload various file types to ChatGPT

Co to jest ChatGPT File Uploader Extended?

ChatGPT File Uploader Extended to rozszerzenie Chrome opracowane przez ariburaco, a jego główną funkcją jest „ChatGPT File Uploader Extended - Upload various file types to ChatGPT”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT File Uploader Extended

Pobierz pliki rozszerzeń ChatGPT File Uploader Extended 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

                        ChatGPT File Uploader Extended - Upload various file types to ChatGPT                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT File Uploader Extended ChatGPT File Uploader Extended
ID knlkgeejhbklfnkbjhnmjbcabeokphpn
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn
Opis ChatGPT File Uploader Extended - Upload various file types to ChatGPT
Rozmiar pliku 784 KB
Liczba instalacji 1,000
Aktualna Wersja 1.5.1
Ostatnia Aktualizacja 2024-02-12
Data Publikacji 2024-02-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ariburaco
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/blog/privacy-policy-url
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT File Uploader Extended",
    "version": "1.5.1",
    "description": "ChatGPT File Uploader Extended - Upload various file types to ChatGPT",
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.zhile.io\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.zhile.io\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}