Nomo

Nomo plugin

Nomo là gì?

Nomo là một tiện ích mở rộng Chrome được phát triển bởi https://trynomo.com, và tính năng chính của nó là "Nomo plugin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nomo

Tải xuống các tệp mở rộng Nomo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Nomo: Your AI-Powered Productivity SuperApp

Tired of juggling multiple apps for emails, tasks, and content creation? Meet Nomo, the one-stop solution for all your productivity needs.

Why You'll Love Nomo:

💌 Overwhelmed by Your Inbox? Take control with AI-driven smart commands and insightful timelines.
📝 Ever Forget Brilliant Ideas? Capture your fleeting thoughts instantly, without breaking your flow.
📋 Struggling to Keep Up with Tasks? Speak your to-dos and deadlines, and let us handle the organizing.
✍️ Stuck with Writer's Block? Generate professional-level copy instantly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nomo Nomo
ID anppnhjoinfbopioadgnlobgcdaedahg
URL Chính Thức https://chromewebstore.google.com/detail/nomo/anppnhjoinfbopioadgnlobgcdaedahg
Mô tả Nomo plugin
Kích Thước Tệp 12.16 MB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 0.8.2
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2021-05-18
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://trynomo.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.trynomo.com/
URL Trang Trợ Giúp https://www.trynomo.com/
URL Trang Chính Sách Bảo Mật https://www.trynomo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nomo",
    "description": "Nomo plugin",
    "version": "0.8.2",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icons\/extension-nomo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Nomo",
        "default_icon": {
            "128": "assets\/icons\/extension-nomo-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webcomponents-bundle.js",
                "custom-elements-es5-adapter.js",
                "main.nomo.js",
                "twitter-widgets.js",
                "119.js",
                "150.js",
                "214.js",
                "420.js",
                "464.js",
                "493.js",
                "50.js",
                "623.js",
                "670.js",
                "80.js",
                "826.js",
                "96.js"
            ],
            "run_at": "document_end",
            "css": [
                "main.css",
                "popup.c23f786e.css",
                "welcome.ab9c80ae.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj3n548PuxSFEAHRQairuNy2iJ9dVVPq5xP+xiHeH+mBgN+L6qz\/NzzajlC6uBprbtMS9M7R2dd4Oy\/DM7i+RJg8qie2RBz1ZxKRGlrlTt5o8ZiU6pK8w6J03hRVZ2TG+w7sa8Cw2wHN5\/qnOBGxQx9dfqDCbFFt53YHEfC\/e1mivPIK\/XMV\/BDuAx\/0NwdwX2Vdkf0DLn6V9oo8vkx4wE773dv5C4jIh0Ae0fgwjHQwDq5lkIvy4e7lY4ZPW\/9Y53SfaWiFR\/jo+zDU9GyTpJzrx9IXUIfHUnfPqAT2E6vsUR6ObafitsFREG3SmvlrJv71aK3X8VqnITck3yEMtvwIDAQAB",
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "oauth2": {
        "client_id": "LxtHMHfpzX8LvEJAqvR0Ep8T7XUJ1yMO",
        "scopes": [
            "offline_access",
            "openid",
            "profile",
            "email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "*.png",
                "*.svg",
                "*.woff",
                "*.eot",
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}