Nomo

Nomo plugin

Qu'est-ce que Nomo ?

Nomo est une extension Chrome développée par https://trynomo.com, et sa fonction principale est "Nomo plugin".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nomo

Téléchargez les fichiers d'extension Nomo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nomo Nomo
ID anppnhjoinfbopioadgnlobgcdaedahg
URL Officiel https://chromewebstore.google.com/detail/nomo/anppnhjoinfbopioadgnlobgcdaedahg
Description Nomo plugin
Taille du Fichier 12.16 MB
Nombre d'Installations 232
Version Actuelle 0.8.2
Dernière Mise à Jour 2024-01-30
Date de Publication 2021-05-18
Évaluation 4.50/5 Total 6 Évaluations
Développeur https://trynomo.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.trynomo.com/
URL de la Page d'Aide https://www.trynomo.com/
URL de la Page de Politique de Confidentialité https://www.trynomo.com/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}