AI Squared Extension
AI Squared extension built using the airjs SDK
Что такое AI Squared Extension?
AI Squared Extension - это расширение Chrome, разработанное https://squared.ai, и его основная функция - "AI Squared extension built using the airjs SDK".
Снимки экрана расширения
Скачать файл CRX расширения AI Squared Extension
Скачайте файлы расширений AI Squared Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
*This extension is optimized for the Chrome browser, and may not work for other browsers (for example, Edge).* Use machine learning when, where, and how you want to in the browser! AI Squared makes it easy to access machine learning model results in any browser-based webapp or webpage! We've pre-loaded our extension with a file that lets you query ChatGPT, and will be adding more exciting use cases in the near future. For guides and documentation, please visit our docs site - https://docs.squared.ai For all other information, please visit our website - https://squared.ai or contact us at [email protected]
Основная информация о расширении
Название | AI Squared Extension |
ID | bidhbaeemkapnifplpgfcbebfpcoilli |
Официальный URL | https://chromewebstore.google.com/detail/ai-squared-extension/bidhbaeemkapnifplpgfcbebfpcoilli |
Описание | AI Squared extension built using the airjs SDK |
Размер файла | 2.89 MB |
Количество установок | 104 |
Текущая Версия | 2.0.1 |
Последнее Обновление | 2023-04-29 |
Дата публикации | 2023-04-13 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://squared.ai |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://squared.ai |
URL страницы помощи | https://docs.squared.ai/support/ai-squared-support |
URL страницы политики конфиденциальности | https://squared.ai/terms-of-service |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Squared Extension", "description": "AI Squared extension built using the airjs SDK", "version": "2.0.1", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "popup.html", "default_title": "AI2 Extension", "default_icon": "icon.png" }, "permissions": [ "storage", "activeTab", "identity" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |