Anna Assistant

Your Personal Assistant on Google Chrome.

Cos'è Anna Assistant?

Anna Assistant è un'estensione di Chrome sviluppata da Capsule Corp, e la sua funzione principale è "Your Personal Assistant on Google Chrome.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anna Assistant

Scarica i file di estensione Anna Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Anna Assistant Anna Assistant
ID kmkkgdkinnjokklbfloikdbdohbiklog
URL Ufficiale https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog
Descrizione Your Personal Assistant on Google Chrome.
Dimensione del File 9.58 MB
Conteggio Installazioni 179
Versione Corrente 1.5
Ultimo Aggiornamento 2020-12-22
Data di Pubblicazione 2020-12-22
Valutazione 3.89/5 Totale 19 Valutazioni
Sviluppatore Capsule Corp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://anna-assistant.github.io/
Lingue Supportate 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\/*"
    ]
}