Cyan Voice

Use voice to text in Wordpress

Τι είναι το Cyan Voice;

Το Cyan Voice είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CyanVoiceDev, και η κύρια λειτουργία του είναι "Use voice to text in Wordpress".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Cyan Voice σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hi Friends,
Let me introduce you to a new concept for seamless transition to Voice-To-Text blogging for WordPress. 

This is the first ever service for WordPress Bloggers to use Voice to Text features.  It is very easy to use, will save time, effort, and energy.  It has automatic punctuation, capitalization and may other useful features.  And it is fully Free!

Lets glance through the key features below:

1. Ability to type even while browsing on a different tab.
2. Capital letters and full-stop is automatically added to a sentence.
3. Create H1, H2, ordered list, unordered list and more with ease.
4. Easy to login using Gmail or Facebook account.
5. Ability to type even when using a different software.

The official website is: 
https://cyanvoice.com

To start using the service starting today, please install the Chrome extension and Android app. 

The download links for downloading are here:
https://cyanvoice.com/downloads

The installation and setup steps are:
1. Add the chrome extension from the Google Web Store.
2. Install the Android app from the Google Play Store.
3. Navigate to the Blog editor page and open the Chrome Extension.
4. Go to Login page on the app and Login using the same account.
5.  Come to the home page of the app and start using.

VIDEO INSTRUCTIONS https://cyanvoice.com/howtouse

The instructions to use the app are:
1. Login to the app using the same account used in the Chrome Extension.
2. Go to the HOME page after login is successful.
3.Tap on the text area and click the mic icon on the google keyboard and start authoring.
3. Press the send button and you can see the text appear in the Word press text editor.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cyan Voice Cyan Voice
ID dedimghdccfklpeciccjmjlbpjlfggfp
Επίσημο URL https://chromewebstore.google.com/detail/cyan-voice/dedimghdccfklpeciccjmjlbpjlfggfp
Περιγραφή Use voice to text in Wordpress
Μέγεθος Αρχείου 128 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 5.0.0
Τελευταία Ενημέρωση 2021-07-04
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής CyanVoiceDev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cyanvoice.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/CyanVoice
URL της Σελίδας Πολιτικής Απορρήτου https://teckangaroo.com/disclaimer
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "IamBatman",
    "browser_action": {
        "browser_style": false,
        "default_popup": "options.html",
        "default_title": "Cyan Voice"
    },
    "description": "Use voice to text in Wordpress",
    "homepage_url": "https:\/\/github.com\/viswanath96\/Cyan-Voice",
    "icons": {
        "128": "icon-128x128.png",
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "64": "icon-64x64.png"
    },
    "manifest_version": 2,
    "name": "Cyan Voice",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "version": "5.0.0"
}