Nugget by automix.ai

Quick access to any productivity tools for every digital worker.

¿Qué es Nugget by automix.ai?

Nugget by automix.ai es una extensión de Chrome desarrollada por https://automix.ai, y su función principal es "Quick access to any productivity tools for every digital worker.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nugget by automix.ai

Descarga archivos de extensión Nugget by automix.ai en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Introducing Nugget by automix.ai: 🚀 Your Ultimate Productivity Companion! 📝🔗🎉

Tired of juggling multiple apps and tabs for your productivity needs? Look no further! With Nugget, the all-in-one chrome extension, boost your productivity to new heights right from your new tab page! 🌟

🗒️ Take Quick Notes: Capture your ideas, to-do lists, and important reminders effortlessly with our intuitive sticky notes feature. No more scribbling on paper or searching for lost notes! Nugget keeps your thoughts organized and readily accessible, whenever and wherever you need them. 📌

📊 Visualize Your Thoughts: Turn brainstorming into an enjoyable and productive activity with our diagram scratchpad. Create mind maps, flowcharts, and diagrams with ease, unleashing your creativity and enhancing your problem-solving abilities. 🧠✨

💡 Personalize Your Workspace: Customize your new tab page with a variety of beautiful themes and backgrounds. Tailor Nugget to suit your unique style and create a pleasant working environment that sparks inspiration and creativity. 🎨🌈

🔜 Upcoming Widgets: Stay tuned for exciting updates! Nugget is continuously evolving and adding new productivity widgets to enhance your workflow. We have many exciting features in the pipeline that will revolutionize the way you work and stay organized! 🚀💪

Say goodbye to cluttered desktops and overwhelming app-switching. Nugget brings all your productivity tools under one virtual roof, simplifying your workflow and saving you precious time. Experience the convenience of having everything you need to be productive in a single chrome extension.

🌟 Install Nugget now and unlock a world of productivity possibilities! Let Nugget become your go-to productivity companion and transform the way you work! 🚀📈

🔒 Your productivity journey begins with Nugget. Start today! 💪✨                    

Información Básica de la Extensión

Nombre Nugget by automix.ai Nugget by automix.ai
ID dcgadoopjfifddnejmkpbmocolmgagog
URL Oficial https://chromewebstore.google.com/detail/nugget-by-automixai/dcgadoopjfifddnejmkpbmocolmgagog
Descripción Quick access to any productivity tools for every digital worker.
Tamaño del Archivo 2.01 MB
Cantidad de Instalaciones 32
Versión Actual 1.4.7
Última Actualización 2023-06-28
Fecha de Publicación 2023-06-16
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador https://automix.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://nugget.automix.ai
URL de la Página de Política de Privacidad https://automix.ai/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nugget by automix.ai",
    "version": "1.4.7",
    "description": "Quick access to any productivity tools for every digital worker.",
    "action": [],
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16879941785.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png",
                "icon-black.png",
                "icon-white.png",
                "src\/pages\/newtab\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "1076740752451-un4fa5levatsnt6uh15hi8gtrcbdtnon.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwvfeufmEKTPgvui7HGxT\/SxWBMnM5B5srCg0gG4q\/bLzpXbz322ABuZva\/glyeC2LxPHQSdf6LZHUaRrzq\/wtqhEVtNcRWlWKABIrNNQueyOE0kPaQNbMh\/3N8rG03LqV5bXeLPxhdkRS4Z7znOubxqWzDOYoT6HsVY+hoAIxQmkF1NAmjyC4CAEu5nlJnHkvOACzpp0nPEucdjQrpTe+zcsFSJ2dT\/p4Hcoina7bqSdPXd4aU795RR4XTt9IbsaVuVEIRAywxyvmhDb4tnSgVXapBWbkhTl5C8QdyVKUyu2Cx6rOB6JgygCK53ysIs40isnzRTb7o6gXcIf0zKjdwIDAQAB"
}