Collie Chrome Extension
Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…
Was ist Collie Chrome Extension?
Collie Chrome Extension ist eine Chrome-Erweiterung, die von https://collie.ai entwickelt wurde, und ihr Hauptmerkmal ist "Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…".
Erweiterungsscreenshots
Collie Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Collie Chrome Extension-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
Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one click. Simply right-click on any page you're on, and Collie will fetch all the content, including text, image, video, and audio files. Once you have all that content, Collie uses advanced A.I. to create a powerful Q&A hub that you can use to ask questions, troubleshoot problems, and more. It's like having a personal assistant that can instantly provide you with answers and solutions. With Collie, you'll never have to worry about losing track of important information or struggling to find answers again. Plus, because it's so easy to use, you can start getting the most out of your browsing experience right away. Collie.ai is powered by the Mixpeek.com API
Grundlegende Informationen zur Erweiterung
Name | Collie Chrome Extension |
ID | mnlieoklnkbhpjhfmohbgkbpccioibob |
Offizielle URL | https://chromewebstore.google.com/detail/collie-chrome-extension/mnlieoklnkbhpjhfmohbgkbpccioibob |
Beschreibung | Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one… |
Dateigröße | 477 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-05-15 |
Veröffentlichungsdatum | 2023-05-14 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://collie.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://collie.ai |
Hilfeseite URL | https://collie.ai/ |
URL der Datenschutzrichtlinien-Seite | https://mixpeek.com/terms |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Collie Chrome Extension", "description": "", "version": "1.0.0", "background": { "service_worker": "\/background.js" }, "permissions": [ "contextMenus" ], "action": { "default_icon": "icon\/icon-32.png", "default_popup": "popup.html" }, "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "content_scripts": [ { "matches": [ " |