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은(는) https://www.loyal.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ai-powered news classification, search and content optimization."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LOYAL AI: AI-Powered Content Optimization 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/"
}