Bearly.ai
Chrome companion for the Bearly.Ai App. Automatically use the world best AI models while you browse.
Τι είναι το Bearly.ai;
Το Bearly.ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bearly.ai, και η κύρια λειτουργία του είναι "Chrome companion for the Bearly.Ai App. Automatically use the world best AI models while you browse.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bearly.ai
Λήψη αρχείων επέκτασης Bearly.ai σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing Bearly AI, the revolutionary AI assistant that can help you generate creative content, art, copy, edits, and more! Bearly AI makes creating content easy and stress-free. It's the perfect tool for any business or individual looking to create engaging and unique content. Bearly AI offers an easy-to-use interface that allows you to quickly and easily create content. It uses advanced artificial intelligence to help you come up with new ideas and produce content that stands out from the crowd. From copywriting to graphic design, Bearly AI can help you create content with ease. Bearly AI also offers a wide range of powerful features. It can generate entire pieces of content from scratch, or it can offer guidance and suggestions to help you create your own content. It can also help you edit and refine existing content, ensuring that your content is top-notch. Whether you're looking to create content for your business or just want to get creative, Bearly AI is the perfect tool. With its advanced AI capabilities, it can help you create engaging and unique content quickly and efficiently. Get started today and see what Bearly AI can do for you!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bearly.ai |
ID | lkennebljmnnpimcgdjlocbncpamgipp |
Επίσημο URL | https://chromewebstore.google.com/detail/bearlyai/lkennebljmnnpimcgdjlocbncpamgipp |
Περιγραφή | Chrome companion for the Bearly.Ai App. Automatically use the world best AI models while you browse. |
Μέγεθος Αρχείου | 501 KB |
Αριθμός Εγκαταστάσεων | 26,460 |
Τρέχουσα Έκδοση | 1.0.25 |
Τελευταία Ενημέρωση | 2024-02-10 |
Ημερομηνία Δημοσίευσης | 2022-10-19 |
Αξιολόγηση | 3.65/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | https://bearly.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://bearly.ai |
URL της Σελίδας Πολιτικής Απορρήτου | https://bearly.ai/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bearly.ai", "version": "1.0.25", "description": "Chrome companion for the Bearly.Ai App. Automatically use the world best AI models while you browse.", "background": { "service_worker": "background.fbf105d5.js", "type": "module" }, "icons": { "16": "icon16.a97a2ac5.png", "48": "icon48.20f96e10.png", "128": "icon128.01ec35db.png" }, "permissions": [ "storage" ], "action": [], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content-script.9e795743.js" ], "css": [ "content-script.f673330e.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "resources": [ "font.af14706f.otf", "gift-solid.35face4d.svg", "google.99cd0dab.svg", "closed-captioning-regular.888f2006.svg", "highlighter-line-solid.03909e50.svg", "list-light.3c79f0a1.svg", "typewriter-regular.ed1efd54.svg", "arrows-rotate-solid.f4df0ffd.svg", "spray-can-sparkles-regular.ba93ca52.svg", "browser-solid.d94b74e4.svg", "bolt-regular.9711c0c8.svg", "circle-question-regular.37cbb6e2.svg", "wand-magic-sparkles-solid.eccc8046.svg", "gears-regular.9c5b1be9.svg", "logo-med.5f0d1fa3.png", "spinner-third-solid.48fe7639.svg", "circle-check-solid.ab35551f.svg", "copy-regular.a7bf6274.svg", "arrow-up-from-bracket-regular.ca6b90b2.svg", "pen-to-square-regular.e348331c.svg", "link-horizontal-regular.9517f77e.svg", "gear-regular.61cabacc.svg", "keyboard-brightness-regular.25f5110e.svg", "expand-wide-regular.5c6f8d8d.svg", "eye-slash-regular.1e5c8c7b.svg", "circle-check-regular.161bf8be.svg", "circle-xmark-regular.d86442b3.svg", "circle-plus-regular.9c9ac1bc.svg" ] } ] } |