Nugget by automix.ai

Quick access to any productivity tools for every digital worker.

Co je Nugget by automix.ai?

Nugget by automix.ai je rozšíření Chrome vyvinuté https://automix.ai, a jeho hlavní funkcí je „Quick access to any productivity tools for every digital worker.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Nugget by automix.ai

Stáhněte si soubory rozšíření Nugget by automix.ai ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Nugget by automix.ai Nugget by automix.ai
ID dcgadoopjfifddnejmkpbmocolmgagog
Oficiální URL https://chromewebstore.google.com/detail/nugget-by-automixai/dcgadoopjfifddnejmkpbmocolmgagog
Popis Quick access to any productivity tools for every digital worker.
Velikost souboru 2.01 MB
Počet instalací 32
Aktuální Verze 1.4.7
Poslední Aktualizace 2023-06-28
Datum Vydání 2023-06-16
Hodnocení 4.88/5 Celkem 8 Hodnocení
Vývojář https://automix.ai
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://nugget.automix.ai
URL Stránky Zásad Ochrany Soukromí https://automix.ai/privacy
Podporované Jazyky 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"
}