Writer: Generative AI

Generative AI in all the places you work

Was ist Writer: Generative AI?

Writer: Generative AI ist eine Chrome-Erweiterung, die von https://writer.com entwickelt wurde, und ihr Hauptmerkmal ist "Generative AI in all the places you work".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Writer: Generative AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Writer: Generative AI-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

                        Writer is the full-stack generative AI platform for enterprises. We empower teams to accelerate growth, increase productivity, and ensure compliance. The Writer Chrome extension gives you access to generative AI anywhere on the web. To use the extension, you need to a Team or Enterprise account with Writer.  

Produce great work effortlessly: Speed up business processes and get highly-tailored outputs based on your use cases.

Get answers in seconds: Generate summaries, insights, and analysis based on your internal data.

Enforce your AI guardrails: Ensure your work is accurate and complies with your legal, regulatory, and brand guidelines.

Writer transforms work by delivering high-quality content that's accurate, compliant, and on-brand. Our platform consists of Writer-built LLMs, a Knowledge Graph that connects our models to your internal data sources, AI guardrails to enforce your brand rules, a flexible application layer, and an ecosystem of APIs and integrations.

Learn more at www.writer.com                    

Grundlegende Informationen zur Erweiterung

Name Writer: Generative AI Writer: Generative AI
ID hngnkmianenpifegfoggnkamjnffiobn
Offizielle URL https://chromewebstore.google.com/detail/writer-generative-ai/hngnkmianenpifegfoggnkamjnffiobn
Beschreibung Generative AI in all the places you work
Dateigröße 6.4 MB
Installationsanzahl 125,176
Aktuelle Version 1.81.13
Letztes Update 2024-03-02
Veröffentlichungsdatum 2020-06-26
Bewertung 4.39/5 Insgesamt 61 Bewertungen
Entwickler https://writer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://writer.com
Hilfeseite URL https://support.writer.com
URL der Datenschutzrichtlinien-Seite https://writer.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Writer: Generative AI",
    "version": "1.81.13",
    "description": "Generative AI in all the places you work",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.writer.com\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "static\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "36": "assets\/icon\/off.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/miro.com\/*",
                "*:\/\/www.achieve.com\/*",
                "*:\/\/*.sdlproducts.com\/*",
                "*:\/\/onedrive.live.com\/*",
                "*:\/\/*.sharepoint.com\/*",
                "*:\/\/*.writer.com\/organization\/*\/team\/*\/document\/*",
                "*:\/\/*.writer.com\/*\/document\/*",
                "*:\/\/*.styleguide.com\/*",
                "*:\/\/ask.writer.com\/*",
                "*:\/\/ask1.writer.com\/*",
                "*:\/\/writer.com\/grammar-checker\/*"
            ],
            "css": [
                "static\/global.css"
            ],
            "js": [
                "static\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/miro.com\/*",
                "*:\/\/www.achieve.com\/*",
                "*:\/\/*.sdlproducts.com\/*",
                "*:\/\/onedrive.live.com\/*",
                "*:\/\/*.sharepoint.com\/*",
                "*:\/\/*.writer.com\/organization\/*\/team\/*\/document\/*",
                "*:\/\/*.writer.com\/*\/document\/*",
                "*:\/\/*.styleguide.com\/*",
                "*:\/\/ask.writer.com\/*",
                "*:\/\/ask1.writer.com\/*",
                "*:\/\/writer.com\/grammar-checker\/*"
            ],
            "js": [
                "static\/iframeInit.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/miro.com\/*",
                "*:\/\/www.achieve.com\/*",
                "*:\/\/*.sdlproducts.com\/*",
                "*:\/\/onedrive.live.com\/*",
                "*:\/\/*.sharepoint.com\/*",
                "*:\/\/*.writer.com\/organization\/*\/team\/*\/document\/*",
                "*:\/\/*.writer.com\/*\/document\/*",
                "*:\/\/*.styleguide.com\/*",
                "*:\/\/ask.writer.com\/*",
                "*:\/\/ask1.writer.com\/*",
                "*:\/\/writer.com\/grammar-checker\/*"
            ],
            "js": [
                "static\/pinExtensionBanner.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "static\/gdocsInit.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "static\/gdocsPreInject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "fonts\/*",
                "css\/*",
                "static\/inline-assets\/*",
                "static\/global.css",
                "static\/content.js",
                "static\/pinExtensionBanner.js",
                "static\/gdocsInit.js",
                "static\/gdocsPreInjectImpl.js",
                "static\/gdocsAnnotatedCanvas.js",
                "static\/buzzFeedInjectScript.js",
                "static\/iframeInit.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}