Anna Assistant

Your Personal Assistant on Google Chrome.

Qu'est-ce que Anna Assistant ?

Anna Assistant est une extension Chrome développée par Capsule Corp, et sa fonction principale est "Your Personal Assistant on Google Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Anna Assistant

Téléchargez les fichiers d'extension Anna Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Your Personal Assistant on Google Chrome
Just say "hey" before a request, and ANNA is their to do it.

Talk to ANNA to have your work automated

Explore what ANNA can do

What's on Screen?
Take Screenshot
Small talks
Youtube
Maps
Open a website
Tweet
Safe Mode
Motivate
Tell a Joke
Mail
Places
Search Optimized
Weather
If I don't understand
Close tabs

Talking to ANNA is an easier, faster and cool way to get your stuff done With a redesined interface ANNA is more powerfull than ever And the more you use ANNA the better it knows what that need at that moment

See github docs for more features and docs                    

Informations de Base sur l'Extension

Nom Anna Assistant Anna Assistant
ID kmkkgdkinnjokklbfloikdbdohbiklog
URL Officiel https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog
Description Your Personal Assistant on Google Chrome.
Taille du Fichier 9.58 MB
Nombre d'Installations 179
Version Actuelle 1.5
Dernière Mise à Jour 2020-12-22
Date de Publication 2020-12-22
Évaluation 3.89/5 Total 19 Évaluations
Développeur Capsule Corp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://anna-assistant.github.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anna Assistant",
    "short_name": "Anna",
    "version": "1.5",
    "description": "Your Personal Assistant on Google Chrome.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/on-off-switch.js",
            "js\/on-off-switch-onload.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Anna",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*",
        "",
        "activeTab",
        "bookmarks",
        "identity.email",
        "identity",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/clients1.google.com\/complete\/search"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}