ChatGPT File Uploader Extended
ChatGPT File Uploader Extended - Upload various file types to ChatGPT
Vad är ChatGPT File Uploader Extended?
ChatGPT File Uploader Extended är en Chrome-tillägg utvecklad av ariburaco, och dess huvudfunktion är "ChatGPT File Uploader Extended - Upload various file types to ChatGPT".
Tilläggsskärmbilder
Ladda ner ChatGPT File Uploader Extended-förlängningens CRX-fil
Ladda ner ChatGPT File Uploader Extended-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ChatGPT File Uploader Extended - Upload various file types to ChatGPT Grundläggande Information om Tillägg
| Namn | |
| ID | knlkgeejhbklfnkbjhnmjbcabeokphpn |
| Officiell webbadress | https://chromewebstore.google.com/detail/chatgpt-file-uploader-ext/knlkgeejhbklfnkbjhnmjbcabeokphpn |
| Beskrivning | ChatGPT File Uploader Extended - Upload various file types to ChatGPT |
| Filstorlek | 784 KB |
| Antal Installationer | 1,000 |
| Aktuell Version | 1.5.1 |
| Senast Uppdaterad | 2024-02-12 |
| Publiceringsdatum | 2024-02-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | ariburaco |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/blog/privacy-policy-url |
| Stödda Språk | 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"
]
} | |