Akshara AI

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

Co to jest Akshara AI?

Akshara AI to rozszerzenie Chrome opracowane przez Spicyfy Ventures LLC, a jego główną funkcją jest „Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Akshara AI

Pobierz pliki rozszerzeń Akshara AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
Oficjalny URL https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Opis Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Rozmiar pliku 24.8 KB
Liczba instalacji 41
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2022-05-26
Data Publikacji 2022-05-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Spicyfy Ventures LLC
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://akshara.ai/
Adres URL Strony Pomocy https://spicyfy.io/
Adres URL Strony Polityki Prywatności https://surveyed-app-privacy-policy.netlify.app
Obsługiwane Języki 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"
    }
}