Anna Assistant
Your Personal Assistant on Google Chrome.
Was ist Anna Assistant?
Anna Assistant ist eine Chrome-Erweiterung, die von Capsule Corp entwickelt wurde, und ihr Hauptmerkmal ist "Your Personal Assistant on Google Chrome.".
Erweiterungsscreenshots
Anna Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anna Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kmkkgdkinnjokklbfloikdbdohbiklog |
Offizielle URL | https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog |
Beschreibung | Your Personal Assistant on Google Chrome. |
Dateigröße | 9.58 MB |
Installationsanzahl | 179 |
Aktuelle Version | 1.5 |
Letztes Update | 2020-12-22 |
Veröffentlichungsdatum | 2020-12-22 |
Bewertung | 3.89/5 Insgesamt 19 Bewertungen |
Entwickler | Capsule Corp |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://anna-assistant.github.io/ |
Unterstützte Sprachen | 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", "*:\/\/*\/*", " |