Shakespeare AI

Shakespeaere AI Extension

Hvad er Shakespeare AI?

Shakespeare AI er en Chrome-udvidelse udviklet af https://shakespeare.ai, og dens hovedfunktion er "Shakespeaere AI Extension".

Udvidelsesskærmbilleder

screenshot

Download Shakespeare AI-udvidelses-CRX-fil

Download Shakespeare AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension serves as a tool for Shakespeare users to create ad groups in which they'd like to create copy for using our generative AI solution.                    

Grundlæggende oplysninger om udvidelsen

Navn Shakespeare AI Shakespeare AI
ID lfmpllalnonamhdnepkhkggljglejlng
Officiel URL https://chromewebstore.google.com/detail/shakespeare-ai/lfmpllalnonamhdnepkhkggljglejlng
Beskrivelse Shakespeaere AI Extension
Filstørrelse 20.98 KB
Antal Installationer 82
Nuværende Version 5.0
Senest Opdateret 2023-03-14
Udgivelsesdato 2023-02-18
Udvikler https://shakespeare.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.shakespeare.ai/
Hjælpeside-URL https://www.shakespeare.ai/help-and-support/
URL til Fortrolighedspolitik Side https://www.shakespeare.ai/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shakespeare AI",
    "description": "Shakespeaere AI Extension",
    "version": "5.0",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.google.com\/*",
                "https:\/\/business.facebook.com\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/images\/shakespeare-img.png",
        "32": "\/images\/shakespeare-img.png",
        "48": "\/images\/shakespeare-img.png",
        "128": "\/images\/shakespeare-img.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/g-loader.svg",
                "\/images\/shakepeare-icon.svg",
                "\/images\/shakespeare-img.png",
                "\/images\/extension-img.png"
            ],
            "matches": [
                "https:\/\/ads.google.com\/*",
                "https:\/\/business.facebook.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.google.com\/*",
            "https:\/\/localhost:4200\/*",
            "https:\/\/*.shakespeare.ai\/*",
            "https:\/\/business.facebook.com\/*"
        ]
    }
}