Nomo

Nomo plugin

Apa itu Nomo?

Nomo adalah ekstensi Chrome yang dikembangkan oleh https://trynomo.com, dan fitur utamanya adalah "Nomo plugin".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Nomo

Unduh file ekstensi Nomo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nomo Nomo
ID anppnhjoinfbopioadgnlobgcdaedahg
URL Resmi https://chromewebstore.google.com/detail/nomo/anppnhjoinfbopioadgnlobgcdaedahg
Deskripsi Nomo plugin
Ukuran File 12.16 MB
Jumlah Instalasi 232
Versi Saat Ini 0.8.2
Terakhir Diperbarui 2024-01-30
Tanggal Publikasi 2021-05-18
Penilaian 4.50/5 Total 6 Penilaian
Pengembang https://trynomo.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.trynomo.com/
URL Halaman Bantuan https://www.trynomo.com/
URL Halaman Kebijakan Privasi https://www.trynomo.com/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}