AI Assistant

AI Assistant helps you answer question, summarize and explain pages and texts!

O que é AI Assistant?

AI Assistant é uma extensão do Chrome desenvolvida por Castusoft, e sua principal característica é "AI Assistant helps you answer question, summarize and explain pages and texts!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AI Assistant

Baixe arquivos de extensão AI Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Introducing the revolutionary AI Assistance that will transform the way you browse the web! With this powerful tool at your fingertips, you can quickly and easily summarize any page, get in-depth explanations of complex concepts, and even get answers to your burning questions.

Gone are the days of sifting through endless pages of information, trying to find the needle in the haystack. Our AI extension leverages cutting-edge natural language processing and machine learning algorithms to deliver the most relevant and useful information to you in seconds.

Whether you're a student, professional, or just a curious individual, this extension will save you time and effort while providing valuable insights and knowledge. With its user-friendly interface and lightning-fast performance, it's the perfect tool for anyone who wants to stay on top of the latest trends and developments in their field.

So why wait? Download AI Assistant extension today and take your browsing experience to the next level!

Don't forget to relaunch your page after download!                    

Informações Básicas da Extensão

Nome AI Assistant AI Assistant
ID manahiemhgolofngagbjjefiibejhcgm
URL Oficial https://chromewebstore.google.com/detail/ai-assistant/manahiemhgolofngagbjjefiibejhcgm
Descrição AI Assistant helps you answer question, summarize and explain pages and texts!
Tamanho do Arquivo 383 KB
Contagem de Instalações 205
Versão Atual 1.0
Última Atualização 2023-04-10
Data de Publicação 2023-04-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Castusoft
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://github.com/castusoft/chrome-privacy/blob/main/README.md
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Assistant",
    "version": "1.0",
    "description": "AI Assistant helps you answer question, summarize and explain pages and texts!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                ".\/lib\/ExtPay.js",
                ".\/js\/limits.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                ".\/lib\/jquery.js",
                ".\/lib\/ExtPay.js",
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/logo\/logo_16.png",
        "32": ".\/logo\/logo_32.png",
        "48": ".\/logo\/logo_48.png",
        "128": ".\/logo\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "GPT Assistant"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}