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
官方網址 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"
    }
}