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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}