Nomo

Nomo plugin

Cos'è Nomo?

Nomo è un'estensione di Chrome sviluppata da https://trynomo.com, e la sua funzione principale è "Nomo plugin".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nomo

Scarica i file di estensione Nomo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nomo Nomo
ID anppnhjoinfbopioadgnlobgcdaedahg
URL Ufficiale https://chromewebstore.google.com/detail/nomo/anppnhjoinfbopioadgnlobgcdaedahg
Descrizione Nomo plugin
Dimensione del File 12.16 MB
Conteggio Installazioni 232
Versione Corrente 0.8.2
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2021-05-18
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://trynomo.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.trynomo.com/
URL della Pagina di Aiuto https://www.trynomo.com/
URL della Pagina della Politica sulla Privacy https://www.trynomo.com/privacy-policy
Lingue Supportate 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": [
        ""
    ]
}