Shakespeare AI

Shakespeaere AI Extension

Shakespeare AI란 무엇입니까?

Shakespeare AI은(는) https://shakespeare.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shakespeaere AI Extension"입니다.

확장 프로그램 스크린샷

screenshot

Shakespeare AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Shakespeare AI Shakespeare AI
ID lfmpllalnonamhdnepkhkggljglejlng
공식 URL https://chromewebstore.google.com/detail/shakespeare-ai/lfmpllalnonamhdnepkhkggljglejlng
설명 Shakespeaere AI Extension
파일 크기 20.98 KB
설치 횟수 82
현재 버전 5.0
최근 업데이트 2023-03-14
출시 날짜 2023-02-18
개발자 https://shakespeare.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.shakespeare.ai/
도움말 페이지 URL https://www.shakespeare.ai/help-and-support/
개인정보 보호 정책 페이지 URL https://www.shakespeare.ai/privacy-policy
지원되는 언어 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\/*"
        ]
    }
}