Nomo

Nomo plugin

Was ist Nomo?

Nomo ist eine Chrome-Erweiterung, die von https://trynomo.com entwickelt wurde, und ihr Hauptmerkmal ist "Nomo plugin".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Nomo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nomo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nomo Nomo
ID anppnhjoinfbopioadgnlobgcdaedahg
Offizielle URL https://chromewebstore.google.com/detail/nomo/anppnhjoinfbopioadgnlobgcdaedahg
Beschreibung Nomo plugin
Dateigröße 12.16 MB
Installationsanzahl 232
Aktuelle Version 0.8.2
Letztes Update 2024-01-30
Veröffentlichungsdatum 2021-05-18
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler https://trynomo.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.trynomo.com/
Hilfeseite URL https://www.trynomo.com/
URL der Datenschutzrichtlinien-Seite https://www.trynomo.com/privacy-policy
Unterstützte Sprachen 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": [
        ""
    ]
}