Akshara AI

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

Apa itu Akshara AI?

Akshara AI adalah ekstensi Chrome yang dikembangkan oleh Spicyfy Ventures LLC, dan fitur utamanya adalah "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Akshara AI

Unduh file ekstensi Akshara AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Akshara AI Akshara AI
ID knhfblgimhpgkkicnkgalfmeepipijpa
URL Resmi https://chromewebstore.google.com/detail/akshara-ai/knhfblgimhpgkkicnkgalfmeepipijpa
Deskripsi Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes
Ukuran File 24.8 KB
Jumlah Instalasi 41
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2022-05-26
Tanggal Publikasi 2022-05-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Spicyfy Ventures LLC
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://akshara.ai/
URL Halaman Bantuan https://spicyfy.io/
URL Halaman Kebijakan Privasi https://surveyed-app-privacy-policy.netlify.app
Bahasa yang Didukung 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"
    }
}