Akshara AI

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

Что такое Akshara AI?

Akshara AI - это расширение Chrome, разработанное Spicyfy Ventures LLC, и его основная функция - "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Akshara AI

Скачайте файлы расширений Akshara AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
Официальный URL https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Описание Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Размер файла 24.8 KB
Количество установок 41
Текущая Версия 1.0.5
Последнее Обновление 2022-05-26
Дата публикации 2022-05-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Spicyfy Ventures LLC
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://akshara.ai/
URL страницы помощи https://spicyfy.io/
URL страницы политики конфиденциальности https://surveyed-app-privacy-policy.netlify.app
Поддерживаемые языки 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"
    }
}