LOYAL AI: AI-Powered Content Optimization

Ai-powered news classification, search and content optimization.

Что такое LOYAL AI: AI-Powered Content Optimization?

LOYAL AI: AI-Powered Content Optimization - это расширение Chrome, разработанное https://www.loyal.ai, и его основная функция - "Ai-powered news classification, search and content optimization.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения LOYAL AI: AI-Powered Content Optimization

Скачайте файлы расширений LOYAL AI: AI-Powered Content Optimization в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        LOYAL AI: Power Your Teams Content Optimization

✔  Named Entity Recognition (NER) analysis on large content archives
Analyze your news archives and understand the topics, categories and subcategories.

✔  Automate linking for SEO
AI-powered link recommendation to automate mundane editorial & SEO tasks. Internal linking, automated.

✔  SEO Admin Management
Integrate your Google Search Console and say goodbye to spreadsheets when managing your high value evergreen, hub, and article pages.

✔  Identify trending news from 600+ trusted sources
LOYAL analyzes your text and automatically matches relevant news articles to your story topics. External linking and research, automated.

✔  Multi-archive Management
Easily search, manage and link to multiple publishing brand archives via one platform.

✔  Team Collaboration
Easily share your key articles and linking strategies between editorial and SEO teams to speed up decision-making.

✔  Boards
Unlimited private and shareable boards to save your go-to-articles, fully editable.

✔  SEO Article Metrics
SEO performance metrics for data-driven decision-making.

✔  Advanced Filtering
Filter your results by time or relevance quickly and easily.

For more information, please visit https://loyal.ai/.                    

Основная информация о расширении

Название LOYAL AI: AI-Powered Content Optimization LOYAL AI: AI-Powered Content Optimization
ID njfdmddpefgaongnkjdlamfmlonbamoj
Официальный URL https://chromewebstore.google.com/detail/loyal-ai-ai-powered-conte/njfdmddpefgaongnkjdlamfmlonbamoj
Описание Ai-powered news classification, search and content optimization.
Размер файла 1.07 MB
Количество установок 396
Текущая Версия 6.0.0.11
Последнее Обновление 2023-05-18
Дата публикации 2021-03-02
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://www.loyal.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://loyal.ai/
URL страницы помощи https://loyal.ai/help-desk/
URL страницы политики конфиденциальности https://loyal.ai/loyal-ai-privacy-and-cookie-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LOYAL AI: AI-Powered Content Optimization",
    "description": "Ai-powered news classification, search and content optimization.",
    "version": "6.0.0.11",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/favicon-16.png",
        "38": "assets\/favicon-48.png",
        "128": "assets\/favicon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/favicon-16.png",
                "assets\/favicon-48.png",
                "assets\/favicon-128.png"
            ],
            "matches": [
                "https:\/\/*.loyal.ai\/*",
                ""
            ]
        },
        {
            "resources": [
                "InjectableScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "LOYAL AI: AI-Powered Content Optimization"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "loaders\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "workers\/background.js"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.loyalai.app\/",
        "https:\/\/loyalai.app\/",
        "http:\/\/localhost:8081\/"
    ],
    "homepage_url": "https:\/\/loyal.ai\/"
}