Shakespeare AI

Shakespeaere AI Extension

ما هو Shakespeare AI؟

Shakespeare AI هو إضافة Chrome تم تطويرها بواسطة https://shakespeare.ai، والميزة الرئيسية لها هي "Shakespeaere AI Extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Shakespeare AI

قم بتنزيل ملفات الامتداد Shakespeare AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://www.shakespeare.ai/help-and-support/
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}