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によって開発されたChromeの拡張機能で、その主な機能は「Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Akshara AI拡張機能のCRXファイルをダウンロード

Akshara AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}