Akshara AI

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

Τι είναι το Akshara AI;

Το Akshara AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Spicyfy Ventures LLC, και η κύρια λειτουργία του είναι "Akshara is an AI-enabled content platform that simplifies content creation for businesses of all sizes".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Akshara AI

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}