Nugget by automix.ai

Quick access to any productivity tools for every digital worker.

What is Nugget by automix.ai?

Nugget by automix.ai is a Chrome extension developed by https://automix.ai, and its main feature is "Quick access to any productivity tools for every digital worker.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nugget by automix.ai Extension CRX File

Download Nugget by automix.ai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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! 💪✨                    

Extension Basic Information

Name Nugget by automix.ai Nugget by automix.ai
ID dcgadoopjfifddnejmkpbmocolmgagog
Official URL https://chromewebstore.google.com/detail/nugget-by-automixai/dcgadoopjfifddnejmkpbmocolmgagog
Description Quick access to any productivity tools for every digital worker.
File Size 2.01 MB
Installation Count 32
Current Version 1.4.7
Last Updated 2023-06-28
Publish Date 2023-06-16
Rating 4.88/5 Total 8 Ratings
Developer https://automix.ai
Email [email protected]
Payment Type in_app
Extension Website https://nugget.automix.ai
Privacy Policy Page URL https://automix.ai/privacy
Supported Languages 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"
}