Akshara AI

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

Wat is Akshara AI?

Akshara AI is een Chrome-extensie ontwikkeld door Spicyfy Ventures LLC, en de belangrijkste functie is "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Akshara AI

Download Akshara AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
Officiële URL https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Beschrijving Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Bestandsgrootte 24.8 KB
Aantal Installaties 41
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-05-26
Publicatiedatum 2022-05-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Spicyfy Ventures LLC
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://akshara.ai/
Help Pagina-URL https://spicyfy.io/
URL van de Privacybeleid Pagina https://surveyed-app-privacy-policy.netlify.app
Ondersteunde Talen 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"
    }
}