Jasper Everywhere Extension

The Jasper browser extension provides access to Jasper everywhere you write.

Was ist Jasper Everywhere Extension?

Jasper Everywhere Extension ist eine Chrome-Erweiterung, die von https://jasper.ai entwickelt wurde, und ihr Hauptmerkmal ist "The Jasper browser extension provides access to Jasper everywhere you write.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Jasper Everywhere Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jasper Everywhere Extension-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

                        Tired of having to log in to AI tools, engineer a perfect prompt, then copy & paste your answers into FB, Twitter, Webflow, etc?

Jasper Everywhere is a new extension experience that brings AI to anywhere you work in a simple cursor — whether you’re creating social content or responding to emails. 

No more copying and pasting. 

Our 60+ templates are now at your fingertips on the platforms you need the most:
- Gmail
- Google Docs
- Wordpress
- Webflow
- Canva
- And so many more.

What is Jasper?

Jasper is an AI content platform that helps your team create high-quality content 10x faster. 

📝 Scale up your content marketing fast

Repurpose existing content and generate new content at scale without the need to hire more writers.

🔍 Create original content optimized for search

Generate educational blog articles that are keyword-rich and plagiarism-free.

📈 Boost ad conversions with better copy

Easily write and test more copy variations to increase sales and improve ROAS.

✍️ Finish your first draft 10x faster

Tell Jasper about what you want and then watch the AI write paragraphs in seconds.

🧠 Ditch writer’s block

Stuck staring at a blank page? Relax and let Jasper write creative copy for you.

📧 Responding to emails?

Jasper Everywhere considers the context of the email thread when crafting a personalized response. 

📱Creating social content?

Writing social media content can be a breeze with Jasper’s 60+ premade templates to get you started. 

✏️ Have Content that you need to rewrite?

You can easily rewrite, repurpose, or summarize content using commands like, “Summarize the content above in 3 bullet points.”                    

Grundlegende Informationen zur Erweiterung

Name Jasper Everywhere Extension Jasper Everywhere Extension
ID bpiohchncadidhohcajcnoelomephkdd
Offizielle URL https://chromewebstore.google.com/detail/jasper-everywhere-extensi/bpiohchncadidhohcajcnoelomephkdd
Beschreibung The Jasper browser extension provides access to Jasper everywhere you write.
Dateigröße 1.87 MB
Installationsanzahl 115,021
Aktuelle Version 7.24.7
Letztes Update 2024-02-21
Veröffentlichungsdatum 2022-10-19
Bewertung 4.65/5 Insgesamt 124 Bewertungen
Entwickler https://jasper.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jasper.ai
Hilfeseite URL https://help.jasper.ai
URL der Datenschutzrichtlinien-Seite https://www.jasper.ai/legal/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "7.24.7",
    "name": "Jasper Everywhere Extension",
    "description": "The Jasper browser extension provides access to Jasper everywhere you write.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "alarms",
        "storage",
        "identity",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googleDocsCanvasAnnotation.92564901.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXsRwF2m3FFIpaqpwoiHpFMZHxVIROVjcTxv5zJGF6X9rkiKASf7aCzaUwgN96eSTGbIzaFUXirRSZXbDN2PB1KOVWKVts4+T71ZOyBSl35XaKMeS+8Y3scXbfE7nHViLrxsTViuQD9WGsC+BueHWZoQ\/0Z\/0DtUm6qnAiNAobAZgi9dEc72BJ55HoS4zr\/0E1njhjy2NFZO\/x0j\/7EaTduzqkkxB9WhofosXUDJCER0Fzkt88xdbbtp0gqGMS35NzhwjTkQ43w4GxAS0TtaAh55dJXmFEd57GRERo59jwsAymYrRQ2zf4u0KtG9l+1yhRlwl9+hqJ6NDGa\/JYFtDQIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.jasper.ai\/*"
        ],
        "accept_tls_channel_id": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/jasper-icon-green-dot.png",
                "assets\/jasper-icon-grey-dot.png",
                "assets\/jasper-icon-alert.png"
            ],
            "matches": []
        },
        {
            "matches": [
                "http:\/\/docs.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "resources": [
                "triggerGoogleDocsCanvasAnnotation.0bb4e49e.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "jasper-icon.10603ab1.svg",
                "jasper-title.2faad5ba.svg",
                "aida.a4ac0025.svg",
                "amazon.65b36da5.svg",
                "expand.209d9a65.svg",
                "facebook.5d25474e.svg",
                "google.88572734.svg",
                "instagram.f744e9db.svg",
                "pas.d2052332.svg",
                "smile.63ff7c24.svg",
                "youtube.cf6b3aeb.svg",
                "active-bubble.67885506.svg",
                "inactive-bubble.6c87e0fc.svg",
                "Jasper-Toolbar-Command-Output.0d1bf103.svg",
                "Jasper-Toolbar-Default.0fa8b6fa.svg",
                "Jasper-Toolbar-Template.de5e1d92.svg",
                "Toolbar-QuickSettings.7dbc2f39.svg",
                "contents.89e2c7e7.css"
            ]
        }
    ],
    "commands": {
        "command-replace": {
            "description": "Run Jasper command and replace it."
        },
        "command-keep": {
            "description": "Run Jasper command and keep it."
        },
        "write-next-sentence": {
            "suggested_key": {
                "default": "Ctrl+J"
            },
            "description": "Continue writing."
        },
        "_execute_action": {
            "description": "Open the Jasper extension",
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "MacCtrl+Shift+J"
            }
        }
    },
    "host_permissions": [
        ""
    ]
}