Akshara AI

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

Co je Akshara AI?

Akshara AI je rozšíření Chrome vyvinuté Spicyfy Ventures LLC, a jeho hlavní funkcí je „Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Akshara AI

Stáhněte si soubory rozšíření Akshara AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
Oficiální URL https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Popis Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Velikost souboru 24.8 KB
Počet instalací 41
Aktuální Verze 1.0.5
Poslední Aktualizace 2022-05-26
Datum Vydání 2022-05-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Spicyfy Ventures LLC
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://akshara.ai/
URL Stránky Nápovědy https://spicyfy.io/
URL Stránky Zásad Ochrany Soukromí https://surveyed-app-privacy-policy.netlify.app
Podporované Jazyky 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"
    }
}