Akshara AI

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

What is Akshara AI?

Akshara AI is a Chrome extension developed by Spicyfy Ventures LLC, and its main feature is "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Extension Screenshots

screenshot
screenshot
screenshot

Download Akshara AI Extension CRX File

Download Akshara AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
Official URL https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Description Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
File Size 24.8 KB
Installation Count 41
Current Version 1.0.5
Last Updated 2022-05-26
Publish Date 2022-05-05
Rating 5.00/5 Total 1 Ratings
Developer Spicyfy Ventures LLC
Email [email protected]
Payment Type free
Extension Website https://akshara.ai/
Help Page URL https://spicyfy.io/
Privacy Policy Page URL https://surveyed-app-privacy-policy.netlify.app
Supported Languages 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"
    }
}