Akshara AI

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

Was ist Akshara AI?

Akshara AI ist eine Chrome-Erweiterung, die von Spicyfy Ventures LLC entwickelt wurde, und ihr Hauptmerkmal ist "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Akshara AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Akshara AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
Offizielle URL https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Beschreibung Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Dateigröße 24.8 KB
Installationsanzahl 41
Aktuelle Version 1.0.5
Letztes Update 2022-05-26
Veröffentlichungsdatum 2022-05-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Spicyfy Ventures LLC
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://akshara.ai/
Hilfeseite URL https://spicyfy.io/
URL der Datenschutzrichtlinien-Seite https://surveyed-app-privacy-policy.netlify.app
Unterstützte Sprachen 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"
    }
}