Akshara AI

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

Akshara AI क्या है?

Akshara AI Spicyfy Ventures LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Akshara AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}