Nugget by automix.ai

Quick access to any productivity tools for every digital worker.

什麼是Nugget by automix.ai?

Nugget by automix.ai是由https://automix.ai開發的Chrome擴展程式,該擴展的主要功能是“Quick access to any productivity tools for every digital worker.”。

擴展截圖

screenshot
screenshot
screenshot

下載Nugget by automix.ai擴展crx文件

下載Nugget by automix.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Nugget by automix.ai Nugget by automix.ai
ID dcgadoopjfifddnejmkpbmocolmgagog
官方網址 https://chromewebstore.google.com/detail/nugget-by-automixai/dcgadoopjfifddnejmkpbmocolmgagog
簡介 Quick access to any productivity tools for every digital worker.
檔案大小 2.01 MB
安裝次數 32
目前版本 1.4.7
更新時間 2023-06-28
上架時間 2023-06-16
評分 4.88/5 共 8 次評分
開發者 https://automix.ai
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://nugget.automix.ai
隱私政策頁面URL https://automix.ai/privacy
支援的語言 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"
}