Shakespeare AI

Shakespeaere AI Extension

Co to jest Shakespeare AI?

Shakespeare AI to rozszerzenie Chrome opracowane przez https://shakespeare.ai, a jego główną funkcją jest „Shakespeaere AI Extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shakespeare AI

Pobierz pliki rozszerzeń Shakespeare AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shakespeare AI Shakespeare AI
ID lfmpllalnonamhdnepkhkggljglejlng
Oficjalny URL https://chromewebstore.google.com/detail/shakespeare-ai/lfmpllalnonamhdnepkhkggljglejlng
Opis Shakespeaere AI Extension
Rozmiar pliku 20.98 KB
Liczba instalacji 82
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2023-03-14
Data Publikacji 2023-02-18
Deweloper https://shakespeare.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.shakespeare.ai/
Adres URL Strony Pomocy https://www.shakespeare.ai/help-and-support/
Adres URL Strony Polityki Prywatności https://www.shakespeare.ai/privacy-policy
Obsługiwane Języki 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\/*"
        ]
    }
}