Akshara AI

Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes

O que é Akshara AI?

Akshara AI é uma extensão do Chrome desenvolvida por Spicyfy Ventures LLC, e sua principal característica é "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Akshara AI

Baixe arquivos de extensão Akshara AI 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

                        Akshara AI ! It is an AI-enabled content creation platform that improves efficiency and simplifies the challenge of content creation for businesses of all sizes. It is a great way to create and publish content like blog posts, whitepapers, eBooks and many more. We have planned to implement this chrome extension to make this Akshara available for users to easily generate content using a simplified method of adding this extension, select text, right click and compose the content for the selected text. Through this chrome extension, user can generate the content for their business purposes in a very simplified and time-consuming methods.                    

Informações Básicas da Extensão

Nome Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
URL Oficial https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Descrição Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Tamanho do Arquivo 24.8 KB
Contagem de Instalações 41
Versão Atual 1.0.5
Última Atualização 2022-05-26
Data de Publicação 2022-05-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Spicyfy Ventures LLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://akshara.ai/
URL da Página de Ajuda https://spicyfy.io/
URL da Página de Política de Privacidade https://surveyed-app-privacy-policy.netlify.app
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Akshara AI",
    "description": "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Akshara",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}